Using Cmake with GNU Make: How can I see the exact commands?
Posted
by Nils
on Stack Overflow
See other posts from Stack Overflow
or by Nils
Published on 2010-04-19T19:19:06Z
Indexed on
2010/04/19
19:23 UTC
Read the original article
Hit count: 264
I use Cmake with GNU Make and would like to see all commands exactly (for example how the compiler is executed, all the flags etc)
GNU make has --debug, but it does not seem to be that helpful are there any other options? Does Cmake provide additional flags in the generated Makefile for debugging purpose?
© Stack Overflow or respective owner