Skip to content

Commit

Permalink
build: update Makefile comments for C++ version change (ggerganov#10598)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqin0 authored Dec 1, 2024
1 parent 0c39f44 commit 43957ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43957ef

Please sign in to comment.