diff options
Diffstat (limited to 'config/libc/musl.in.2')
-rw-r--r-- | config/libc/musl.in.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/musl.in.2 b/config/libc/musl.in.2 index 5c265c81..f4abcc4b 100644 --- a/config/libc/musl.in.2 +++ b/config/libc/musl.in.2 @@ -7,6 +7,12 @@ config LIBC_MUSL_DEBUG This option enables debugging information, this will increase the size of the resulting library. +config LIBC_MUSL_WARNINGS + bool + prompt "Build with recommended warnings flags" + help + Build musl-libc with extra warnings, useful for musl-libc development. + choice prompt "How to optimize musl-libc" default LIBC_MUSL_OPTIMIZE_AUTO |