:: commit 30c8dd3fe1f6ba9b02a2b8da0a13fde08e8499a7

mintsuki <mintsuki@protonmail.com> — 2024-07-25 09:49

parents: caf80b196a

build: Do not pass -ffile-prefix-map= to the compiler ourselves

diff --git a/common/GNUmakefile b/common/GNUmakefile
index 64c3c1d1..b10fbae9 100644
--- a/common/GNUmakefile
+++ b/common/GNUmakefile
@@ -45,8 +45,7 @@ override CFLAGS_FOR_TARGET += \
     -fno-stack-check \
     -fno-omit-frame-pointer \
     -fno-strict-aliasing \
-    -fno-lto \
-    -ffile-prefix-map='$(call SHESCAPE,$(SRCDIR))'=.
+    -fno-lto
 
 override CPPFLAGS_FOR_TARGET := \
     -isystem ../freestanding-headers \
tab: 248 wrap: offon