diff options
author | Li Jin <dragon-fly@qq.com> | 2021-03-12 16:08:17 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-03-12 16:08:17 +0800 |
commit | e5a696956a0ad83106bfc401be28f0c4528ba06e (patch) | |
tree | 6fc143b4fc90f3dfdd40064dfffaf02fa3a2c4af | |
parent | 45374b29f9dbda2be3e2158972cb13e8eaa531f1 (diff) | |
download | yuescript-e5a696956a0ad83106bfc401be28f0c4528ba06e.tar.gz yuescript-e5a696956a0ad83106bfc401be28f0c4528ba06e.tar.bz2 yuescript-e5a696956a0ad83106bfc401be28f0c4528ba06e.zip |
remove a compile flag.
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
11 | LIBS = | 11 | LIBS = |
12 | # General compiler flags | 12 | # General compiler flags |
13 | COMPILE_FLAGS = -std=c++17 -Wall -Wextra -g | 13 | COMPILE_FLAGS = -std=c++17 -Wall -Wextra |
14 | # Additional release-specific flags | 14 | # Additional release-specific flags |
15 | RCOMPILE_FLAGS = -D NDEBUG -O3 | 15 | RCOMPILE_FLAGS = -D NDEBUG -O3 |
16 | # Additional debug-specific flags | 16 | # Additional debug-specific flags |