forked from openkylin/platform_build
x86: Enable -fstack-protector
Change-Id: I1fe10159b7a29452ecfc6ba328164948cf9950d6 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
This commit is contained in:
parent
4272b32a86
commit
e397dcccbb
|
@ -91,9 +91,7 @@ TARGET_GLOBAL_CFLAGS += \
|
|||
-funwind-tables \
|
||||
-include $(call select-android-config-h,target_linux-x86)
|
||||
|
||||
# Needs to be fixed later
|
||||
#TARGET_GLOBAL_CFLAGS += \
|
||||
# -fstack-protector
|
||||
TARGET_GLOBAL_CFLAGS += -fstack-protector
|
||||
|
||||
# Needs to be added for RELEASE
|
||||
#TARGET_GLOBAL_CFLAGS += \
|
||||
|
|
Loading…
Reference in New Issue