mirror of
git://git.musl-libc.org/musl
synced 2024-11-23 01:53:44 +08:00
add another example option to dist/config.mak
This commit is contained in:
parent
4750cf4202
commit
e4d35ea9cf
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…
Reference in New Issue
Block a user