Merge "Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:"

This commit is contained in:
Ying Wang 2014-09-10 16:26:49 +00:00 committed by Gerrit Code Review
commit 48505328c8
2 changed files with 0 additions and 5 deletions

View File

@ -84,18 +84,15 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
-Werror=format-security \
-D_FORTIFY_SOURCE=2 \
-Wstrict-aliasing=2 \
-fPIC \
-ffunction-sections \
-finline-functions \
-finline-limit=300 \
-fno-inline-functions-called-once \
-fno-short-enums \
-fstrict-aliasing \
-funswitch-loops \
-funwind-tables \
-fstack-protector \
-m32 \
-msse2 \
-no-canonical-prefixes \
-fno-canonical-system-headers \
-include $(android_config_h) \

View File

@ -82,11 +82,9 @@ TARGET_GLOBAL_CFLAGS += \
-Werror=format-security \
-D_FORTIFY_SOURCE=2 \
-Wstrict-aliasing=2 \
-fPIC \
-ffunction-sections \
-finline-functions \
-finline-limit=300 \
-fno-inline-functions-called-once \
-fno-short-enums \
-fstrict-aliasing \
-funswitch-loops \