aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-28 14:29:42 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-28 14:29:42 -0400
commita3ea95ab81fa8fd3a2782792ecc507a0b6293f12 (patch)
tree3c9c3defae81253113febfffbcbddb34c456baf9 /Makefile
parent7bbff77b0cfeaf0adeca24a907385cd3cb5665d9 (diff)
Remove some flags for /usr/local
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 \