Merge "arm: upgrade to _FORTIFY_SOURCE=2"

This commit is contained in:
Nick Kralevich 2013-04-26 01:28:11 +00:00 committed by Gerrit Code Review
commit 835816ae9e

View file

@ -105,7 +105,7 @@ TARGET_GLOBAL_CFLAGS += \
-fstack-protector \
-Wa,--noexecstack \
-Werror=format-security \
-D_FORTIFY_SOURCE=1 \
-D_FORTIFY_SOURCE=2 \
-fno-short-enums \
$(arch_variant_cflags)