misc changes
build_test / build (push) Successful in 3m2s

This commit is contained in:
2025-04-14 09:33:16 +02:00
parent 5f748cb4d8
commit e0f2912993
3 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Compiler and flags
CPPC = g++
CPPC_FLAGS = -std=c++23 -s -O3 -Wall -Wextra -Wno-write-strings
DEBUG_FLAGS = -ggdb -std=c++23 -Wall -Wextra -Wno-write-strings
CPPC_FLAGS = -std=c++23 -s -O3 -Wall -Wextra -Wno-write-strings -lncurses
DEBUG_FLAGS = -ggdb -std=c++23 -Wall -Wextra -Wno-write-strings -lncurses
SRC_PATH := src