diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-28 14:29:42 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-28 14:29:42 -0400 |
| commit | a3ea95ab81fa8fd3a2782792ecc507a0b6293f12 (patch) | |
| tree | 3c9c3defae81253113febfffbcbddb34c456baf9 | |
| parent | 7bbff77b0cfeaf0adeca24a907385cd3cb5665d9 (diff) | |
Remove some flags for /usr/local
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |
