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

Commit 8689b90b authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 6ff84956: Merge "Fix PIC default to be -fPIC"

* commit '6ff84956':
  Fix PIC default to be -fPIC
parents 50fb938f 6ff84956
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
			-Werror=format-security \
			-D_FORTIFY_SOURCE=2 \
			-Wstrict-aliasing=2 \
			-fPIC -fPIE \
			-fPIC \
			-ffunction-sections \
			-finline-functions \
			-finline-limit=300 \
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ TARGET_GLOBAL_CFLAGS += \
			-Werror=format-security \
			-D_FORTIFY_SOURCE=2 \
			-Wstrict-aliasing=2 \
			-fPIC -fPIE \
			-fPIC \
			-ffunction-sections \
			-finline-functions \
			-finline-limit=300 \