forked from openkylin/platform_build
Turn on stack protector for mips.
Go straight to -fstack-protector-strong, since it works to boot the emulator. Change-Id: Ie44abd869355d2163dec7d9e2635b26b45255df6
This commit is contained in:
parent
02191c97ef
commit
b9b89e9385
|
@ -89,6 +89,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
|
|||
-ffunction-sections \
|
||||
-fdata-sections \
|
||||
-funwind-tables \
|
||||
-fstack-protector-strong \
|
||||
-Wa,--noexecstack \
|
||||
-Werror=format-security \
|
||||
-D_FORTIFY_SOURCE=2 \
|
||||
|
|
Loading…
Reference in New Issue