forked from openkylin/platform_build
am 0a2d335e: am c1705c9a: Merge "x86: Enable -fstack-protector"
* commit '0a2d335e99bae3c257c0e26fe180d00de04bebaa': x86: Enable -fstack-protector
This commit is contained in:
commit
5d627263c8
|
@ -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