mirror of
https://gittea.dev/nova/th.git
synced 2026-01-30 08:40:10 -05:00
very simplistic 'handling' of split/non split ncurses
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,7 +1,6 @@
|
|||||||
CC := gcc
|
CC := gcc
|
||||||
CFLAGS := -Wall -Wextra -O2 -flto=auto
|
CFLAGS := -Wall -Wextra -O2 -flto=auto
|
||||||
CURSES := -lncursesw -ltinfow #utf8 support
|
CURSES := $(shell pkg-config --libs ncurses)
|
||||||
#CURSES := -lncurses -tinfo #no utf8
|
|
||||||
CFLAGS_DEBUG := $(CFLAGS) -g
|
CFLAGS_DEBUG := $(CFLAGS) -g
|
||||||
CFLAGS_PROFILE := $(CFLAGS) -pg
|
CFLAGS_PROFILE := $(CFLAGS) -pg
|
||||||
GDB := gdb --tui ./th
|
GDB := gdb --tui ./th
|
||||||
|
|||||||
Reference in New Issue
Block a user