From 7878a45b6172758b5e0689ba27ba2d659a2c8ea2 Mon Sep 17 00:00:00 2001 From: Sophie Brun Date: Tue, 11 Feb 2020 17:02:17 +0100 Subject: [PATCH] Add missing flags pie Last-Update: 2020-02-11 Gbp-Pq: Name add-missing-flags-pie.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1aa4974..c675709 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ COMMON_FLAGS := -pipe -Wall -Wstrict-prototypes -Wtype-limits \ -Wundef -Wmissing-prototypes -Wno-trigraphs -Wredundant-decls -Wshadow \ -Wwrite-strings -Wstrict-aliasing -Wdate-time -Wno-unknown-warning \ -Wno-address-of-packed-member -ffunction-sections -fdata-sections \ - -Wimplicit-fallthrough -Wformat -Wno-format-security ${DEBUG_FLAGS} + -Wimplicit-fallthrough -Wformat -Wno-format-security -pie ${DEBUG_FLAGS} # FIRMWARE_ARCH is defined if compiling for a firmware target # (coreboot or depthcharge). -- 2.30.2