Debug/Release defines for c/c++

General questions regarding the usage of CodeLite
CDPhenix
CodeLite Curious
Posts: 1
Joined: Thu Mar 06, 2025 6:58 am
Genuine User: Yes
IDE Question: C++
Contact:

Debug/Release defines for c/c++

Post by CDPhenix »

Hi, I recently started giving CodeLite a try. I'm moving from Visual Studio, which has built in defined macros for the current configuration that I'm able to use with #ifdef statements. Does CodeLite have anything similar in the default builds? I know it's possible to set these up with build systems like cmake, but I'm mainly wondering if these are created automatically for the user.