@@ -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
The note is not visible to the blocked user.