whisper.cpp
a792c407
- cmake : fix MSVC compile error C3688 (#1136)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
cmake : fix MSVC compile error C3688 (#1136) Instead of simply using 'add_compile_options(/utf-8)' to address the MSVC compile error C3688, a better approach would be to handle it in a way that prevents passing '/utf-8' to NVCC.
References
#1136 - Fix MSVC compile error C3688
Author
bobqianic
Parents
7b374c9a
Loading