diff include/SDL_config_nintendods.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_nintendods.h	Wed Jan 13 07:52:53 2010 +0000
+++ b/include/SDL_config_nintendods.h	Wed Jan 13 08:06:32 2010 +0000
@@ -27,9 +27,6 @@
 
 /* This is a set of defines to configure the SDL features */
 
-/* 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;