Author: mkestner
Date: 2005-05-06 16:36:21 -0400 (Fri, 06 May 2005)
New Revision: 44170
Modified:
trunk/gtk-sharp/ChangeLog
trunk/gtk-sharp/configure.in.in
Log:
2005-05-06 Mike Kestner <[EMAIL PROTECTED]>
* configure.in.in : always enable debug build in maintainer_mode.
Modified: trunk/gtk-sharp/ChangeLog
===================================================================
--- trunk/gtk-sharp/ChangeLog 2005-05-06 20:36:16 UTC (rev 44169)
+++ trunk/gtk-sharp/ChangeLog 2005-05-06 20:36:21 UTC (rev 44170)
@@ -1,5 +1,9 @@
2005-05-06 Mike Kestner <[EMAIL PROTECTED]>
+ * configure.in.in : always enable debug build in maintainer_mode.
+
+2005-05-06 Mike Kestner <[EMAIL PROTECTED]>
+
* gdk/Pixbuf.custom : move the GetCallingAssembly invocations back out
the the public methods.
* gdk/PixbufLoader.custom : ditto.
Modified: trunk/gtk-sharp/configure.in.in
===================================================================
--- trunk/gtk-sharp/configure.in.in 2005-05-06 20:36:16 UTC (rev 44169)
+++ trunk/gtk-sharp/configure.in.in 2005-05-06 20:36:21 UTC (rev 44170)
@@ -39,10 +39,14 @@
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"
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches