mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
add another example option to dist/config.mak
This commit is contained in:
parent
4750cf4202
commit
e4d35ea9cf
1 changed files with 3 additions and 0 deletions
3
dist/config.mak
vendored
3
dist/config.mak
vendored
|
@ -26,6 +26,9 @@ syslibdir = /lib
|
|||
# Uncomment for smaller code size.
|
||||
#CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args
|
||||
|
||||
# Uncomment to omit massive GCC4 DWARF2 bloat (only useful for debugging)
|
||||
#CFLAGS += -fno-asynchronous-unwind-tables
|
||||
|
||||
# Uncomment for warnings (as errors). Might need tuning to your gcc version.
|
||||
#CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-uninitialized -Wno-sequence-point -Wno-missing-braces -Wno-unused-value -Wno-overflow -Wno-int-to-pointer-cast
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue