]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Added wxVariant::Convert() implementations for wx(U)LongLong_t, so that wxVariant...
[wxWidgets.git] / configure
index 5ef7cfea918c612ae9831d34e24393eb23f4e4fd..634446cb349f0da876ad045e9d06906df2af9da6 100755 (executable)
--- a/configure
+++ b/configure
@@ -42527,6 +42527,8 @@ if test "$wxUSE_DEBUG_GDB" = "yes" ; then
 fi
 
 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
+    WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=0"
+
     if test "$wxUSE_GTK" = 1 ; then
         if test "x$wxGTK_VERSION" = "x1" ; then
             CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"