Compare commits

..

No commits in common. "3cadb3d621f86e717807b55696aec040e34c9521" and "8b85f8afc95a8df14d2b695fdbac8c11d2108fa7" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Compiler and flags
CPPC = g++
CPPC_FLAGS = -std=c++23 -s -O3 -Wall -Wextra -Wno-write-strings -lncurses -lmenu
DEBUG_FLAGS = -ggdb -std=c++23 -Wall -Wextra -Wno-write-strings -lncurses -lmenu
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

View File

View File