News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Global config vs Project config

Started by J_Will, November 24, 2022, 01:43:52 PM

Previous topic - Next topic

J_Will

 Hi,

I'm new on this forum but I use Code::Blocks for many years.
As you know, on Code::Blocks you can configure a compiler in global compiler settings (Toolchain, searchDirectory...) but also in the project settings.
in the case where a compiler is already configured in the global settings for all your projects but for a specific project you need to declare another compiler (with also other libraries) what is the behavior in this case ?
Is ther any primary compiler and a secondary compiler ? is there a conflict between the 2 compilers ? One of the two compilers is ignored ?

Thank you in advance for your answer.
J-Will 

Miguel Gimenez

If it really is "another compiler" they will not interfere.

J_Will

Ok thank you but what compiler will be used during compilation ? The one declared inside the project ?

Miguel Gimenez


marko456