1
0
mirror of https://gittea.dev/nova/th.git synced 2026-05-01 05:55:15 -04:00

better flags

This commit is contained in:
nova
2026-03-16 21:19:11 +01:00
parent 3d47e0410f
commit a64982857a
+2 -2
View File
@@ -1,7 +1,7 @@
CC := gcc
CFLAGS := -Wall -Wextra -O2 -flto=auto
CFLAGS := -Wall -Wextra -O3 -flto=auto
CURSES := $(shell pkg-config --libs ncursesw)
CFLAGS_DEBUG := $(CFLAGS) -g
CFLAGS_DEBUG := $(CFLAGS) -ggdb
CFLAGS_PROFILE := $(CFLAGS) -pg
GDB := gdb --tui ./th
VALGRIND := valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all --log-fd=9 9>>valgrind.log ./th