mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-03-23 04:25:15 +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
|
||||
endif
|
||||
else
|
||||
MK_CPPFLAGS += -DNDEBUG
|
||||
MK_CPPFLAGS += -DNDEBUG
|
||||
MK_CFLAGS += -O3
|
||||
MK_CXXFLAGS += -O3
|
||||
MK_NVCCFLAGS += -O3
|
||||
endif
|
||||
|
||||
ifdef WHISPER_SANITIZE_THREAD
|
||||
|
Loading…
x
Reference in New Issue
Block a user