Y
Hacker News
new
|
ask
|
show
|
jobs
by
fluffything
2515 days ago
So I manage to get it to work in the command line using `CXXFLAGS="$CXXFLAGS -fsyntax-check" cmake ... && make` !
1 comments
gpderetta
2515 days ago
One issue with that is that is, unless there is magic handling of the flag in cmake, it might still attempt (and fail) to run the linking stages. You might need custom targets jut for this.
link