Macros | |
#define | EAGINE_LOW_PROFILE |
Enables or disables "low-profile" mode. More... | |
#define | EAGINE_DEBUG |
Enables or disables debugging helper utilities. | |
#define EAGINE_LOW_PROFILE |
Enables or disables "low-profile" mode.
In low-profile mode some of the expensive checks and features, used mostly for debugging and development, are disabled. This typically results in better run-time performance and may shorten the build times at the expense of losing some information useful for checking the code.