|
@@ -30,7 +30,7 @@ System types:
|
|
Optional features:
|
|
Optional features:
|
|
--enable-optimize=... optimize listed components for speed over size [auto]
|
|
--enable-optimize=... optimize listed components for speed over size [auto]
|
|
--enable-debug build with debugging information [disabled]
|
|
--enable-debug build with debugging information [disabled]
|
|
- --enable-warnings build with recommended warnings flags [disabled]
|
|
|
|
|
|
+ --disable-warnings build with recommended warnings flags [enabled]
|
|
--enable-wrapper=... build given musl toolchain wrapper [auto]
|
|
--enable-wrapper=... build given musl toolchain wrapper [auto]
|
|
--disable-shared inhibit building shared library [enabled]
|
|
--disable-shared inhibit building shared library [enabled]
|
|
--disable-static inhibit building static library [enabled]
|
|
--disable-static inhibit building static library [enabled]
|
|
@@ -136,7 +136,7 @@ build=
|
|
target=
|
|
target=
|
|
optimize=auto
|
|
optimize=auto
|
|
debug=no
|
|
debug=no
|
|
-warnings=no
|
|
|
|
|
|
+warnings=yes
|
|
shared=auto
|
|
shared=auto
|
|
static=yes
|
|
static=yes
|
|
wrapper=auto
|
|
wrapper=auto
|