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:
parent
ef53831d80
commit
ad6ba002e1
2 changed files with 29 additions and 18 deletions
12
acinclude.m4
12
acinclude.m4
|
@ -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
|
||||
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue