Possible to have single project build with both g++ and clang?
-
- 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?
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?
- Jarod42
- CodeLite Expert
- Posts: 240
- 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?
You might have several **configurations**
Each one with specific compilers, build options and so on.
Each one with specific compilers, build options and so on.