Skip to content

Commit 43957ef

Browse files
authored
build: update Makefile comments for C++ version change (ggml-org#10598)
1 parent 0c39f44 commit 43957ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ endif
251251
# Compile flags
252252
#
253253

254-
# keep standard at C11 and C++11
254+
# keep standard at C11 and C++17
255255
MK_CPPFLAGS = -Iggml/include -Iggml/src -Iinclude -Isrc -Icommon -DGGML_USE_CPU
256256
MK_CFLAGS = -std=c11 -fPIC
257257
MK_CXXFLAGS = -std=c++17 -fPIC

0 commit comments

Comments
 (0)