mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-18 20:27:53 +00:00
make : fix missing -O3
same as https://github.com/ggerganov/llama.cpp/pull/8143
This commit is contained in:
parent
dc8cc2dd6f
commit
0a55a70b9b
5
Makefile
5
Makefile
@ -251,7 +251,10 @@ ifdef WHISPER_DEBUG
|
|||||||
MK_CPPFLAGS += -D_GLIBCXX_ASSERTIONS
|
MK_CPPFLAGS += -D_GLIBCXX_ASSERTIONS
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
MK_CPPFLAGS += -DNDEBUG
|
MK_CPPFLAGS += -DNDEBUG
|
||||||
|
MK_CFLAGS += -O3
|
||||||
|
MK_CXXFLAGS += -O3
|
||||||
|
MK_NVCCFLAGS += -O3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef WHISPER_SANITIZE_THREAD
|
ifdef WHISPER_SANITIZE_THREAD
|
||||||
|
Loading…
Reference in New Issue
Block a user