:: commit a5d0f80db7c163e1e913b13e0b23815ade0f603f

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

parents: cdeb745b66

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