Questions: Difference between revisions
No edit summary |
|||
| Line 48: | Line 48: | ||
*Q: How do I see what's turned on by <tt>-march=native</tt>? | *Q: How do I see what's turned on by <tt>-march=native</tt>? | ||
*A: Run <tt>gcc -march=native -v -Q --help=target</tt> | *A: Run <tt>gcc -march=native -v -Q --help=target</tt> | ||
==[[C++]]== | |||
*Q: How do I get [[CMake]] to print output from my googletests? | |||
*A: Run <tt>make test ARGS=-V</tt> | |||