Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Martin K. on November 14, 2012, 02:50:29 pm

Title: compiler options global vs. local
Post by: Martin K. on November 14, 2012, 02:50:29 pm
Hi,

Under "Settings|Compiler" some options are local/compiler specific (for example "other settings compiler logging") and some are global/for all compiler (for example "build options, number of processes for parallel build") Is this intended?

Martin
Title: Re: compiler options global vs. local
Post by: oBFusCATed on November 14, 2012, 03:19:19 pm
Yes but it is wrong, because VC sometimes doesn't work with more than one process. Search the bug tracker for similar bug and if you don't find one, please report it.
Title: Re: compiler options global vs. local
Post by: gd_on on November 14, 2012, 03:23:44 pm
to extend this original remark to specific project settings :
In Settings/Compiler you have to configure a list of compilers, automaticaly or manually. Here, viewing the whole list is OK.
But, in a specific properties' project, you can also see the same list. Could it be possible to reduce this list, here, to only the compilers configured in the general settings ?
I remember that this question has been asked before, quite a long time ago. It's not a strong request, but I think, it could be nice.

gd_on
Title: Re: compiler options global vs. local
Post by: oBFusCATed on November 14, 2012, 03:29:55 pm
Yes, we will do it in the future, I think, I hope it has been done already in the xml branch, but I've not tried it, so I don't know:)