Merge "Enable -fstack-protector-strong for x86."

This commit is contained in:
Elliott Hughes 2015-12-14 21:05:21 +00:00 committed by Gerrit Code Review
commit 7abad39b78
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
-fstrict-aliasing \
-funswitch-loops \
-funwind-tables \
-fstack-protector \
-fstack-protector-strong \
-m32 \
-no-canonical-prefixes \
-fno-canonical-system-headers \