forked from openkylin/platform_build
Turn on stack protector for mips64.
Go straight to -fstack-protector-strong, since it works to boot the emulator. Change-Id: I2b65a0ab4426856ae05f66c1e294951e45bd72b6
This commit is contained in:
parent
391caae952
commit
09ba4c870d
|
@ -89,6 +89,7 @@ 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