Merge "Enable -fstack-protector-strong for x86-64." am: 02191c97ef

am: d3eae50874

* commit 'd3eae508740ef71d60844b8149544fb7b637b09a':
  Enable -fstack-protector-strong for x86-64.
This commit is contained in:
Elliott Hughes 2015-12-14 22:33:29 +00:00 committed by android-build-merger
commit eb396e2a51
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