Page 1 of 1

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

Posted: Tue Sep 08, 2020 3:50 am
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?

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

Posted: Tue Sep 08, 2020 7:45 pm
by Jarod42
You might have several **configurations**

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