summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/libxcrypt/libxcrypt_%.bbappend
blob: f47a3c866f5f46048a04ab248274ef030474c402 (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}"