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

Commit 6ff84956 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Fix PIC default to be -fPIC"

parents ec5563b5 3a8d2bf3
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 \