Mercurial > sdl-ios-xcode
diff include/SDL_config_wiz.h @ 3654:336f3df1578d
Allow configure to override assertion settings, but by default this comes from the build optimization level.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 13 Jan 2010 08:06:32 +0000 |
parents | 1e74d7984d0b |
children | f7b03b6838cb |
line wrap: on
line diff
--- a/include/SDL_config_wiz.h Wed Jan 13 07:52:53 2010 +0000 +++ b/include/SDL_config_wiz.h Wed Jan 13 08:06:32 2010 +0000 @@ -28,9 +28,6 @@ /* General platform specific identifiers */ #include "SDL_platform.h" -/* SDL internal assertion support */ -#define SDL_DEFAULT_ASSERT_LEVEL 1 - /* Make sure that this isn't included by Visual C++ */ #ifdef _MSC_VER #error You should copy include/SDL_config.h.default to include/SDL_config.h