fucking hell

This commit is contained in:
anon
2024-07-16 00:54:16 +02:00
parent 98ad8e18e3
commit 5ed4f0f407
4 changed files with 6 additions and 9 deletions

View File

@ -40,7 +40,7 @@ else
WRAP := valgrind --show-error-list=yes --track-origins=yes --leak-check=full --show-leak-kinds=all
endif
CFLAGS += -Wall -Wextra -Wpedantic --std=c2x
CFLAGS += -Wall -Wextra -Wpedantic # --std=c2x
CPPFLAGS += -Ilibrary/ -I${OBJECT.d} -I${SOURCE.d}
LDLIBS := -lm