From 36fc4fd1b262fd91226540bc79c833ef17a7425e Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 5 Nov 2025 11:38:45 +0800 Subject: Updated spec. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 7e183d1..7ca8c6c 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ SRC_PATH = ./src # Space-separated pkg-config libraries used by this project LIBS = # General compiler flags -COMPILE_FLAGS = -std=c++17 -Wall -Wextra -Wno-deprecated-declarations -DYUE_UTF8_IMPL +COMPILE_FLAGS = -std=c++17 -Wall -Wextra -DYUE_UTF8_IMPL # Additional release-specific flags RCOMPILE_FLAGS = -D NDEBUG -O3 # Additional debug-specific flags -- cgit v1.2.3-55-g6feb