Merge pull request #163 from arizhih/fix-lang-detect

fix: lang_detect not working properly
This commit is contained in:
Niko 2024-07-17 18:57:21 +00:00 committed by GitHub
commit 744804a8aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 23 deletions

View file

@ -184,6 +184,7 @@ fn main() {
// debug builds are too slow to even remotely be usable,
// so we build with optimizations even in debug mode
config.define("CMAKE_BUILD_TYPE", "RelWithDebInfo");
config.cxxflag("-DWHISPER_DEBUG");
}
// Allow passing any WHISPER or CMAKE compile flags