aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-11-05 11:38:45 +0800
committerLi Jin <dragon-fly@qq.com>2025-11-05 11:38:45 +0800
commit36fc4fd1b262fd91226540bc79c833ef17a7425e (patch)
tree3da251b14017e45918e7133af1250342e8a6f62e /makefile
parent4e7cf4d863804303a931d6e16df7de6616337909 (diff)
downloadyuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.gz
yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.bz2
yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.zip
Updated spec.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7e183d1..7ca8c6c 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 -DYUE_UTF8_IMPL 14COMPILE_FLAGS = -std=c++17 -Wall -Wextra -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