From 43957ef203b4c9ceaee42c176b3ef44ea4359c85 Mon Sep 17 00:00:00 2001 From: Wang Qin <37098874+wangqin0@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:19:44 -0800 Subject: [PATCH] build: update Makefile comments for C++ version change (#10598) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83adcef28cb7d..e308216240c8e 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