aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4c947370..621302b6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ CCONFIG=-std=c2x -fPIC \
-fvisibility=hidden -fdollars-in-identifiers \
-DGC_THREADS
LTO=
-LDFLAGS=-L/usr/local/lib
-INCLUDE_DIRS=-I/usr/local/include
+LDFLAGS=
+INCLUDE_DIRS=
CWARN=-Wall -Wextra -Wno-format -Wshadow \
-Wno-pedantic \
-Wno-pointer-arith \