]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
build: update Makefile comments for C++ version change (#10598)
authorWang Qin <redacted>
Sun, 1 Dec 2024 03:19:44 +0000 (19:19 -0800)
committerGitHub <redacted>
Sun, 1 Dec 2024 03:19:44 +0000 (04:19 +0100)
Makefile

index 83adcef28cb7dbd6d8b91d51c99db7e49ebd73a1..e308216240c8e648eea812aa5eed69df6f4a40ef 100644 (file)
--- 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