From: Wang Qin Date: Sun, 1 Dec 2024 03:19:44 +0000 (-0800) Subject: build: update Makefile comments for C++ version change (#10598) X-Git-Tag: upstream/0.0.4488~256 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=43957ef203b4c9ceaee42c176b3ef44ea4359c85;p=pkg%2Fggml%2Fsources%2Fllama.cpp build: update Makefile comments for C++ version change (#10598) --- diff --git a/Makefile b/Makefile index 83adcef2..e3082162 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