testing out macro magic to support positional, and keyword arguments with arbitrary default values

This commit is contained in:
2025-10-04 00:42:50 +02:00
parent a99f159a8e
commit 17ac2f94cf
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
CC := gcc
CFLAGS := -Wall -Wextra -O2 -fsanitize=address
CFLAGS := -Wall -Wextra -Wno-override-init -O2 -fsanitize=address
LDFLAGS := -lcriterion
TESTBIN := /tmp/all_tests