branch: elpa/sweeprolog commit 0aa0a4663180cb4230b6b440b0f2345f321685be Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
PORT: don't use clang's -fdiagnostics-absolute-paths --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 6704c7d357..e50729666a 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ LDFLAGS += -Llib LDFLAGS += -lswipl CFLAGS += -fPIC -CFLAGS += -fdiagnostics-absolute-paths CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -O2