]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.vc
Renderer should only be used for GTK+ 2
[wxWidgets.git] / build / msw / config.vc
index 25a142a90ca7feeead4391f6347d3e93343c5b26..b861b9e542bfb1f458578436f5403334d829cca7 100644 (file)
@@ -46,7 +46,7 @@ BUILD = debug
 # Should debugging info be included in the executables? The default value
 # "default" means that debug info will be included if BUILD=debug
 # and not included if BUILD=release. [0,1,default]
-DEBUG_INFO = 1
+DEBUG_INFO = default
 
 # Should __WXDEBUG__ be defined? The default value "default" means that it will
 # be defined if BUILD=debug and not defined if BUILD=release. [0,1,default]