I want to see the actual commands sent to g++
during a Code::Blocks build. I want to see exactly what command-line arguments it uses in the compile and link ste
Besides the logging to html you can also go to Settings->Compiler and debugger->Global compiler settings->{slide tabs to the right}->Other Settings and in that tab set 'Compiler Logging:' to 'full command line' (from drop down menu).
Now you can see the gcc command line in the console when you build.