Use this function to create an assertion for release builds.
void SDL_assert_release(condition)
condition |
the expression to check |
This function is enabled by default. It can be disabled by setting the SDL_ASSERT_LEVEL to 0. See the Assertions Category page for details.
CategoryAPI, CategoryAssertions