mirror of
https://gittea.dev/nova/th.git
synced 2025-12-09 09:10:10 -05:00
ncursesw
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
CC := gcc
|
CC := gcc
|
||||||
CFLAGS := -Wall -Wextra -O2 -flto=auto
|
CFLAGS := -Wall -Wextra -O2 -flto=auto
|
||||||
CURSES := $(shell pkg-config --libs ncurses)
|
CURSES := $(shell pkg-config --libs ncursesw)
|
||||||
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