1
0
Fork 0

Some new configure options for core inlining and heavy debugging.

Fixed the --disable-fpu option


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1204
This commit is contained in:
Sjoerd van der Berg 2003-08-24 14:44:32 +00:00
parent ef53831d80
commit ad6ba002e1
2 changed files with 29 additions and 18 deletions

View file

@ -303,9 +303,6 @@ AC_SUBST(ALSA_CFLAGS)
AC_SUBST(ALSA_LIBS)
])
AH_TOP([
/*
* Copyright (C) 2002-2003 The DOSBox Team
@ -334,13 +331,4 @@ AH_BOTTOM([#if C_HAS_ATTRIBUTE
#define GCC_ATTRIBUTE(x) /* attribute not supported */
#endif])
AH_BOTTOM([
/* Enable some heavy debugging options */
#define C_HEAVY_DEBUG 0
/* Enable some big compile-time increasing inlines */
#define C_EXTRAINLINE 0
])