aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 83f9c5d..99028e4 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ SRC_PATH = ./src
12LIBS = 12LIBS =
13# General compiler flags 13# General compiler flags
14COMPILE_FLAGS = -Wall -Wextra 14COMPILE_FLAGS = -Wall -Wextra
15CXXFLAGS = -std=c++17 -DYUE_UTF8_IMPL 15CXXFLAGS = -std=c++20 -DYUE_UTF8_IMPL
16# Additional release-specific flags 16# Additional release-specific flags
17RCOMPILE_FLAGS = -DNDEBUG -O3 17RCOMPILE_FLAGS = -DNDEBUG -O3
18# Additional debug-specific flags 18# Additional debug-specific flags