]> git.eshelyaron.com Git - sweep.git/commitdiff
PORT: don't use clang's -fdiagnostics-absolute-paths
authorEshel Yaron <me@eshelyaron.com>
Sat, 27 Aug 2022 15:24:33 +0000 (18:24 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Aug 2022 15:24:33 +0000 (18:24 +0300)
Makefile

index 6704c7d35740bae3b9703f27749d281f2f5f484d..e50729666a77b904261ae65f8c5633862bc1a6bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,6 @@ LDFLAGS += -Llib
 LDFLAGS += -lswipl
 
 CFLAGS  += -fPIC
-CFLAGS  += -fdiagnostics-absolute-paths
 CFLAGS  += -Wall
 CFLAGS  += -Wextra
 CFLAGS  += -O2