Implicit configuration constants
sx::debugging
The __sx__::debugging constant indicates whether or not the program is targetting a debug build.
sx::releasing
The __sx__::releasing constant indicates whether or not the program is targetting a release build.
sx::testing
The __sx__::testing constant indicates whether or not the program is compiling for evaluating unit tests.