Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2fb2391 authored by Andrew Hsieh's avatar Andrew Hsieh
Browse files

Enable stack-protector for x86

Change-Id: I7a169075ca49ab831c37625d416c1d4b026bfec3
parent 9eb87b8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ TARGET_GLOBAL_CFLAGS += \
			-fstrict-aliasing \
			-funswitch-loops \
			-funwind-tables \
			-fstack-protector \
			-include $(call select-android-config-h,target_linux-x86)

# XXX: Not sure this is still needed. Must check with our toolchains.