Mercurial > sdl-ios-xcode
diff include/SDL_config_iphoneos.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_iphoneos.h Wed Jan 13 07:52:53 2010 +0000 +++ b/include/SDL_config_iphoneos.h Wed Jan 13 08:06:32 2010 +0000 @@ -25,9 +25,6 @@ #include "SDL_platform.h" -/* SDL internal assertion support */ -#define SDL_DEFAULT_ASSERT_LEVEL 1 - #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) typedef signed char int8_t; typedef unsigned char uint8_t;