]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeg95.env
no message
[wxWidgets.git] / src / makeg95.env
index ddcc3731965c02f6adef498bf65e072cbaad33be..9f63cdba4c2c4bb2487f4214212f63dbfd764eb9 100644 (file)
@@ -58,7 +58,13 @@ OPTIONS= # -D__MINGW32__ # -D__EGCS__
 # IRIX: -g3
 DEBUGFLAGS = -ggdb -D__WXDEBUG__
 
-# Debug/trace mode. 1 or more for debugging.
+# Debug/trace mode. 1 or more for memory debugging.
+# Unfortunately this doesn't seem to work with GnuWin32 - get warning:
+# ../../include/wx/memory.h:58: warning: declaration of `operator delete(void *)'
+# throws different exceptions
+# <internal>:58: warning: previous declaration here
+# So setting to 0 for now.
+
 WXDEBUG=0
 
 WIN95=1