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

Commit d51fd72f authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Enable -fstack-protector-strong for arm."

am: 7fca8a37

* commit '7fca8a37':
  Enable -fstack-protector-strong for arm.
parents fe20ca02 7fca8a37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
			-ffunction-sections \
			-fdata-sections \
			-funwind-tables \
			-fstack-protector \
			-fstack-protector-strong \
			-Wa,--noexecstack \
			-Werror=format-security \
			-D_FORTIFY_SOURCE=2 \