Page 1 of 1

Debug/Release defines for c/c++

Posted: Thu Mar 06, 2025 7:01 am
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.