![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Go to the source code of this file.
| #define ARENE_DEBUG |
A compile-time configuration flag for testing if "debug" has been configured.
Usage:
The value of this query is determined as follows, in order of precedence:
ARENE_DEBUG has been explicitly defined via a -D flag to the compiler or similar:ARENE_ON if it is truthyARENE_OFF if it is not truthy.NDEBUG is defined, it is ARENE_OFF_BY_DEFAULT ARENE_COMPILER_CLANG or ARENE_COMPILER_GCC are on, and __OPTIMIZE__ is defined, it is ARENE_OFF_BY_DEFAULT ARENE_ON_BY_DEFAULT | #define ARENE_DEBUG_I_ ARENE_ON_BY_DEFAULT |