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