#define for Debug vs Release?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

#define for Debug vs Release?

1,158 Views
dougpaulsen
Contributor IV

Would MCUXpresso have a #define that it sets depending on whether a build is a debug or a release version? 

I'd need to have slightly different build versions for debugging on EVK boards versus the true Release version for target hardware.  I keep forgetting!  It seems not unreasonable that some #define might already exist that would allow conditional compilation to differentiate between debug and release - without relying on fallible mortals....  Can try to set something up myself, but it wouldn't surprise me that something already exists.

Thanks for any pointers! 

Tags (1)
0 Kudos
2 Replies

1,155 Views
dougpaulsen
Contributor IV

Never mind.  I found it!  It's DEBUG and NDEBUG.  See project->properties->C/C++ General->Paths and Symbols.  

Tags (1)

1,145 Views
danielchen
NXP TechSupport
NXP TechSupport

NDEBUG /DEBUG also in MCU C compiler preprocessor.

danielchen_0-1630424067654.png

 

Regards

Daniel

 

0 Kudos