Possible to have single project build with both g++ and clang?

General questions regarding the usage of CodeLite
digicoder
CodeLite Curious
Posts: 2
Joined: Tue Sep 08, 2020 2:51 am
Genuine User: Yes
IDE Question: C++
Contact:

Possible to have single project build with both g++ and clang?

Post by digicoder »

I currently use netbeans and my main project is ~400 files/55klines using makefiles. Importing to CodeLite was surprisingly easy with two hiccups: currently our CI system builds 8 variants of the project using both gcc and clang (to get different sanitisers etc, which then run test suites in docker images). It looks as though CodeLite only supports one compiler per project. Is it possible to have both in one project?
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Possible to have single project build with both g++ and clang?

Post by Jarod42 »

You might have several **configurations**

Each one with specific compilers, build options and so on.
Post Reply