diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-11-05 11:09:25 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-11-05 11:09:25 +0800 |
| commit | 4e7cf4d863804303a931d6e16df7de6616337909 (patch) | |
| tree | b7ca7d521c5e350ccbd160c8d4ff55269e998903 /makefile | |
| parent | 3a830bd4dd003dbf90270ca22f40b517b7b576df (diff) | |
| download | yuescript-4e7cf4d863804303a931d6e16df7de6616337909.tar.gz yuescript-4e7cf4d863804303a931d6e16df7de6616337909.tar.bz2 yuescript-4e7cf4d863804303a931d6e16df7de6616337909.zip | |
Removed the use of codecvt from C++ for it being removed in C++26.
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 | 14 | COMPILE_FLAGS = -std=c++17 -Wall -Wextra -Wno-deprecated-declarations -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 |
