Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.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 #include "SDL_platform.h" | 26 #include "SDL_platform.h" |
27 | 27 |
28 /* This gets us MAC_OS_X_VERSION_MIN_REQUIRED... */ | 28 /* This gets us MAC_OS_X_VERSION_MIN_REQUIRED... */ |
29 #include <AvailabilityMacros.h> | 29 #include <AvailabilityMacros.h> |
30 | |
31 /* SDL internal assertion support */ | |
32 #define SDL_DEFAULT_ASSERT_LEVEL 1 | |
33 | 30 |
34 /* This is a set of defines to configure the SDL features */ | 31 /* This is a set of defines to configure the SDL features */ |
35 | 32 |
36 #ifdef __LP64__ | 33 #ifdef __LP64__ |
37 #define SIZEOF_VOIDP 8 | 34 #define SIZEOF_VOIDP 8 |