summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/libxcrypt/libxcrypt_%.bbappend
blob: 386bc82040ff2bb0352e39884975b5c3f0dba9e3 (plain)
1
2
3
4
5
# libxcrypt fails to compile under gcc with the -Os flag.  Because we want to
# be able to compile the rest of the system with -Os, override the global
# setting here to fall back to -O3
CFLAGS:append = " --param max-inline-insns-single=1000"
FULL_OPTIMIZATION = "-O3 -pipe ${DEBUG_FLAGS}"