Fix TODOs

This commit is contained in:
2025-08-24 14:30:04 +02:00
parent f8cf026b00
commit 6dc9a10628
4 changed files with 16 additions and 21 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ else
LFLAGS =
endif
CFLAGS = -Wall -Wextra -O0 -g3 -I3p -fsanitize=address,undefined
CFLAGS = -Wall -Wextra -O0 -g3 -I3p
HFILES = $(shell find src 3p -name "*.h")
CFILES = $(filter-out 3p/sqlite3.c, $(shell find src 3p -name "*.c"))