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 9c2f1da..7e183d1 100644
--- a/makefile
+++ b/makefile
@@ -11,7 +11,7 @@ SRC_PATH = ./src
11# Space-separated pkg-config libraries used by this project 11# Space-separated pkg-config libraries used by this project
12LIBS = 12LIBS =
13# General compiler flags 13# General compiler flags
14COMPILE_FLAGS = -std=c++17 -Wall -Wextra -Wno-deprecated-declarations 14COMPILE_FLAGS = -std=c++17 -Wall -Wextra -Wno-deprecated-declarations -DYUE_UTF8_IMPL
15# Additional release-specific flags 15# Additional release-specific flags
16RCOMPILE_FLAGS = -D NDEBUG -O3 16RCOMPILE_FLAGS = -D NDEBUG -O3
17# Additional debug-specific flags 17# Additional debug-specific flags