comparison 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
comparison
equal deleted inserted replaced
3653:1cd9f7117b98 3654:336f3df1578d
25 25
26 /* This is a set of defines to configure the SDL features */ 26 /* This is a set of defines to configure the SDL features */
27 27
28 /* General platform specific identifiers */ 28 /* General platform specific identifiers */
29 #include "SDL_platform.h" 29 #include "SDL_platform.h"
30
31 /* SDL internal assertion support */
32 #define SDL_DEFAULT_ASSERT_LEVEL 1
33 30
34 /* Make sure that this isn't included by Visual C++ */ 31 /* Make sure that this isn't included by Visual C++ */
35 #ifdef _MSC_VER 32 #ifdef _MSC_VER
36 #error You should copy include/SDL_config.h.default to include/SDL_config.h 33 #error You should copy include/SDL_config.h.default to include/SDL_config.h
37 #endif 34 #endif