diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-11-05 11:38:45 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-11-05 11:38:45 +0800 |
| commit | 36fc4fd1b262fd91226540bc79c833ef17a7425e (patch) | |
| tree | 3da251b14017e45918e7133af1250342e8a6f62e /makefile | |
| parent | 4e7cf4d863804303a931d6e16df7de6616337909 (diff) | |
| download | yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.gz yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.bz2 yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.zip | |
Updated spec.
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 12 | LIBS = | 12 | LIBS = |
| 13 | # General compiler flags | 13 | # General compiler flags |
| 14 | COMPILE_FLAGS = -std=c++17 -Wall -Wextra -Wno-deprecated-declarations -DYUE_UTF8_IMPL | 14 | COMPILE_FLAGS = -std=c++17 -Wall -Wextra -DYUE_UTF8_IMPL |
| 15 | # Additional release-specific flags | 15 | # Additional release-specific flags |
| 16 | RCOMPILE_FLAGS = -D NDEBUG -O3 | 16 | RCOMPILE_FLAGS = -D NDEBUG -O3 |
| 17 | # Additional debug-specific flags | 17 | # Additional debug-specific flags |
