Code::Blocks Forums

User forums => Help => Topic started by: dfatcb on August 01, 2022, 11:54:48 pm

Title: Other Compiler options is blank - how to change verbose level?
Post by: dfatcb on August 01, 2022, 11:54:48 pm
I did a fresh install of Devuan Beowulf (Debian Buster) and fresh install of Code::Blocks 20.03 (using stable - "Release 20.03 rev 11983 (2020-03-12 18:24:30) gcc 8.3.0 Linux/unicode - 32bit") (never installed from the apt packages).

When I build, the verbose level is much higher than what I am used to.  I went to Settings / Compiler Settings / Global compiler settings, Other compiler options tab, it's blank.  So is the "Other resource compiler options".

The selected compiler is "GNU GCC Compiler".

Is  there something wrong?  How can I fix it or change the compiler verbose level?

Thanks!


Title: Re: Other Compiler options is blank - how to change verbose level?
Post by: BlueHazzard on August 02, 2022, 09:21:37 am
The other compiler options field is for entering other compiler options that are not in the list of "compiler flags". Here you can enter what you want to pass it to the compiler. For example you can add "-Wall" here
Title: Re: Other Compiler options is blank - how to change verbose level?
Post by: dfatcb on August 13, 2022, 04:29:20 am
thanks, what do I use to control the verbose level I don't want to see all the -I and -D stuff scrolling up the screen, just the name of what it's compiling.  The option is supposed to be on that tab that is blank.  I moved over the another release Chimaera and it's still blank?
Title: Re: Other Compiler options is blank - how to change verbose level?
Post by: dfatcb on August 13, 2022, 05:07:58 am
This is supposed to exist from searching internet on how to set the verbose level for GCC in codeblocks:

Settings->Compiler and debugger->Global compiler settings->{slide tabs to the right}->Other Settings and in that tab set 'Compiler Logging:'

But that "Other Settings" tab is blank, nothing is in there?

The new version has Settings->Compiler->...

Title: Re: Other Compiler options is blank - how to change verbose level?
Post by: stahta01 on August 13, 2022, 06:10:42 am
Version 20.03

Setting -> Complier...
Select "Global Compiler Settings" in left hand pane
Select the compiler name in drop down list [Not sure if this step is needed]
Select tab "other settings" in tab group that starts with "Compiler Settings", "Linker Settings"
Change compiler logging to setting that is desired. Likely you want Task Description.

Tim S.
Title: Re: Other Compiler options is blank - how to change verbose level?
Post by: dfatcb on August 15, 2022, 06:51:11 pm
That was it.  Thanks  :)