diff options
Diffstat (limited to 'sim/config.h.in')
-rw-r--r-- | sim/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in index 6dc7017..850d42c 100644 --- a/sim/config.h.in +++ b/sim/config.h.in @@ -259,6 +259,9 @@ /* Version number of package */ #undef VERSION +/* Sim assert settings */ +#undef WITH_ASSERT + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD |