mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:25:28 +00:00
2005-05-11 Mike Kestner <mkestner@novell.com>
* configure.in.in : s/-g/-debug svn path=/trunk/gtk-sharp/; revision=44419
This commit is contained in:
parent
ef52ff2b33
commit
d988c7ebe8
|
@ -1,3 +1,7 @@
|
|||
2005-05-11 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* configure.in.in : s/-g/-debug
|
||||
|
||||
2005-05-11 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* gtk/Gtk.metadata : hide IconTheme.GetIconSizes.
|
||||
|
|
|
@ -40,11 +40,11 @@ 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'
|
||||
DEBUG_FLAGS='-debug'
|
||||
else
|
||||
DEBUG_FLAGS=
|
||||
AC_ARG_ENABLE(debug, [ --enable-debug Build debugger (.mdb) files for dlls],
|
||||
DEBUG_FLAGS='-g'
|
||||
DEBUG_FLAGS='-debug'
|
||||
)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue