Allow configure to override assertion settings, but by default this comes from the build optimization level.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404405
This commit is contained in:
Sam Lantinga 2010-01-13 08:06:32 +00:00
parent 34ea846ca1
commit 803375d590
9 changed files with 25 additions and 45 deletions

View file

@ -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)
#if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__)
#define HAVE_STDINT_H 1