From 82e9b379db4eb77f82cf5693e476597feb18e40b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 12 Feb 2026 09:35:43 +0800 Subject: Fixed a format issue. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 83f9c5d..99028e4 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ SRC_PATH = ./src LIBS = # General compiler flags COMPILE_FLAGS = -Wall -Wextra -CXXFLAGS = -std=c++17 -DYUE_UTF8_IMPL +CXXFLAGS = -std=c++20 -DYUE_UTF8_IMPL # Additional release-specific flags RCOMPILE_FLAGS = -DNDEBUG -O3 # Additional debug-specific flags -- cgit v1.2.3-55-g6feb