1
0
mirror of https://gittea.dev/nova/th.git synced 2025-12-09 09:10:10 -05:00

very simplistic 'handling' of split/non split ncurses

This commit is contained in:
nova
2025-11-15 22:01:33 +01:00
parent 5287c77648
commit dd7f5634e2

View File

@@ -1,7 +1,6 @@
CC := gcc
CFLAGS := -Wall -Wextra -O2 -flto=auto
CURSES := -lncursesw -ltinfow #utf8 support
#CURSES := -lncurses -tinfo #no utf8
CURSES := $(shell pkg-config --libs ncurses)
CFLAGS_DEBUG := $(CFLAGS) -g
CFLAGS_PROFILE := $(CFLAGS) -pg
GDB := gdb --tui ./th