Code::blocks verbose build

前端 未结 2 1287
甜味超标
甜味超标 2021-01-16 13:30

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

2条回答
  •  难免孤独
    2021-01-16 13:46

    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.

提交回复
热议问题