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

Commit 0f47a94d authored by Andrew Hsieh's avatar Andrew Hsieh Committed by Android Git Automerger
Browse files

am 7e300d60: Merge "Enable stack-protector for x86"

* commit '7e300d60':
  Enable stack-protector for x86
parents 6a6723a0 7e300d60
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.