From 734bd82342a83528541a1d0b26aaf2d813b8eba6 Mon Sep 17 00:00:00 2001 From: Wang Qin Date: Sat, 30 Nov 2024 03:33:43 -0800 Subject: [PATCH] build: update Makefile comments for C++ version change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83adcef28..e30821624 100644 --- a/Makefile +++ b/Makefile @@ -251,7 +251,7 @@ endif # Compile flags # -# keep standard at C11 and C++11 +# keep standard at C11 and C++17 MK_CPPFLAGS = -Iggml/include -Iggml/src -Iinclude -Isrc -Icommon -DGGML_USE_CPU MK_CFLAGS = -std=c11 -fPIC MK_CXXFLAGS = -std=c++17 -fPIC