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

am: 02191c97ef

* commit '02191c97effe88dddfd60b365a9c408861ba8870':
  Enable -fstack-protector-strong for x86-64.
This commit is contained in:
Elliott Hughes 2015-12-14 13:54:03 -08:00 committed by android-build-merger
commit d3eae50874
1 changed files with 1 additions and 1 deletions

View File

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