mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
add some more useful suggested options to config.mak template
This commit is contained in:
parent
cc00f05632
commit
5595de6960
1 changed files with 6 additions and 0 deletions
6
dist/config.mak
vendored
6
dist/config.mak
vendored
|
@ -17,6 +17,12 @@ syslibdir = /lib
|
|||
# Uncomment if you want to build i386 musl on a 64-bit host
|
||||
#CFLAGS += -m32
|
||||
|
||||
# Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only)
|
||||
#LDFLAGS += -Wl,--hash-style,both
|
||||
|
||||
# Uncomment to fix broken distro-patched toolchains where stack-protector=on
|
||||
#CFLAGS += -fno-stack-protector
|
||||
|
||||
# Uncomment for smaller code size.
|
||||
#CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue