build: update Makefile comments for C++ version change (#10598)

This commit is contained in:
Wang Qin 2024-11-30 19:19:44 -08:00 committed by GitHub
parent 0c39f44d70
commit 43957ef203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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