From 8b407058485dbad82d670c6cbcacbe1d993fb4aa Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Tue, 28 Oct 2025 18:42:28 -0400 Subject: remove Node.walked in favor of bit sets (1/32x the memory) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 265c2f9..01b4bbf 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ OBJ != find -type f -name '*.c' | sed 's/\.c$$/.o/' DEBUG = 0 GDB != which gf2 2> /dev/null || which gdb -CFLAGS_0 = -Os +CFLAGS_0 = -Os -DNDEBUG CFLAGS_1 = -O0 -g3 -fsanitize=undefined LDFLAGS_1 = -g3 -fsanitize=undefined LDFLAGS_0 = -s -- cgit v1.2.3