Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
fluffything
6y ago
0 comments
Save
Share
So I manage to get it to work in the command line using `CXXFLAGS="$CXXFLAGS -fsyntax-check" cmake ... && make` !
0 comments
1 comments · 1 top-level
top
newest
oldest
gpderetta
6y 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.
j
/
k
navigate · click thread line to collapse