contents   index   previous   next



NDEBUG

 

When NDEBUG is not defined (i.e. a debug build), ScriptEase does a significant amount of internal checking to check for any bugs, either errors in ScriptEase itself or errors in an application's use of the API. You should do all development without the NDEBUG flag, as you can find many bugs this way. When you are ready to release, turn NDEBUG back on for the fastest possible code.

 


JSE_TRACK_OBJECT_USE (off)