This commit is contained in:
user
2025-07-08 19:47:02 -04:00
parent 2f44398664
commit 36e6c3786f
2 changed files with 1 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
# Compiler and flags
CXX = g++
CXXFLAGS = -std=c++17 -Wall -Wextra -O3
CXXFLAGS = -Wall -Wextra -O3
LDFLAGS = -static
# Directories