ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

make : change GNU make default CXX from g++ to c++ #2100

Closed przemoc closed 6 months ago

przemoc commented 6 months ago

Fixes:

as already tested in checker in my branch.

FreeBSD checker seems to be generally flaky recently (or maybe macos-12 that it runs on, to be specific), but I tested build on my FreeBSD VM and I don't see any issues there, so it should be good to merge.

With this change (which I somehow forgot to do in the past) building whisper.cpp on OpenBSD using gmake does not require overriding CXX by the user anymore.

przemoc commented 6 months ago

emscripten seems to be failing recently, so this PR is simply no-change regarding state of that checker.