try fix metal log
This commit is contained in:
parent
a440e7cb6f
commit
cd6a633fc5
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ fn main() {
|
|||
|
||||
if cfg!(feature = "metal") {
|
||||
config.define("WHISPER_METAL", "ON");
|
||||
config.define("WHISPER_METAL_NDEBUG", "ON");
|
||||
} else {
|
||||
// Metal is enabled by default, so we need to explicitly disable it
|
||||
config.define("WHISPER_METAL", "OFF");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue