From a3ea95ab81fa8fd3a2782792ecc507a0b6293f12 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 28 Apr 2025 14:29:42 -0400 Subject: Remove some flags for /usr/local --- Makefile | 4 ++-- 1 file 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 \ -- cgit v1.2.3