Uso CMake con GNU Make e vorrei vedere esattamente tutti i comandi (ad esempio come viene eseguito il compilatore, tutti i flag, ecc.).
GNU make ha --debug
, ma non sembra essere così utile ci sono altre opzioni? CMake fornisce flag aggiuntivi nel Makefile generato a scopo di debug?
mkdir build; cd build; cmake .. --debug-output; make VERBOSE=1