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

Commit 1d7bebca authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 835816ae: Merge "arm: upgrade to _FORTIFY_SOURCE=2"

* commit '835816ae':
  arm: upgrade to _FORTIFY_SOURCE=2
parents 8579320f 835816ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ TARGET_GLOBAL_CFLAGS += \
			-fstack-protector \
			-Wa,--noexecstack \
			-Werror=format-security \
			-D_FORTIFY_SOURCE=1 \
			-D_FORTIFY_SOURCE=2 \
			-fno-short-enums \
			$(arch_variant_cflags)