build: update Makefile comments for C++ version change
This commit is contained in:
parent
3e0ba0e604
commit
734bd82342
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue