mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-14 03:28:39 +02:00
cmake : fix passing GGML_PERF compile option
This commit is contained in:
@ -151,6 +151,10 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (WHISPER_PERF)
|
||||||
|
set(WHISPER_EXTRA_FLAGS ${WHISPER_EXTRA_FLAGS} -DGGML_PERF)
|
||||||
|
endif()
|
||||||
|
|
||||||
#
|
#
|
||||||
# whisper - this is the main library of the project
|
# whisper - this is the main library of the project
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user