2005-05-06 Mike Kestner <mkestner@novell.com>
* configure.in.in : always enable debug build in maintainer_mode. svn path=/trunk/gtk-sharp/; revision=44170
This commit is contained in:
parent
0a695bb305
commit
dcae7c2869
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-05-06 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* configure.in.in : always enable debug build in maintainer_mode.
|
||||
|
||||
2005-05-06 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* gdk/Pixbuf.custom : move the GetCallingAssembly invocations back out
|
||||
|
|
|
@ -39,10 +39,14 @@ AC_CHECK_SIZEOF(void *, 4)
|
|||
|
||||
CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
|
||||
|
||||
if test "x$enable_maintainer_mode" = "xyes"; then
|
||||
DEBUG_FLAGS='-g'
|
||||
else
|
||||
DEBUG_FLAGS=
|
||||
AC_ARG_ENABLE(debug, [ --enable-debug Build debugger (.mdb) files for dlls],
|
||||
DEBUG_FLAGS='-g'
|
||||
)
|
||||
fi
|
||||
|
||||
CSDEFINES='@VERSIONCSDEFINES@'
|
||||
CSFLAGS="$DEBUG_FLAGS $CSDEFINES"
|
||||
|
|
Loading…
Reference in a new issue