1
0
mirror of https://gittea.dev/nova/th.git synced 2025-12-09 09:10:10 -05:00
This commit is contained in:
nova
2025-11-16 12:09:40 +01:00
parent 0bdb4a1a0a
commit 3a891388ed

View File

@@ -1,6 +1,6 @@
CC := gcc
CFLAGS := -Wall -Wextra -O2 -flto=auto
CURSES := $(shell pkg-config --libs ncurses)
CURSES := $(shell pkg-config --libs ncursesw)
CFLAGS_DEBUG := $(CFLAGS) -g
CFLAGS_PROFILE := $(CFLAGS) -pg
GDB := gdb --tui ./th