]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted DEBUG_INFO change
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Apr 2005 19:08:34 +0000 (19:08 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Apr 2005 19:08:34 +0000 (19:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/config.bkl

index c0bb2db05005bfea8421d223b095c3635014554d..c5ef4cd8e9e8c8b9cdddd6bf5d90ad02f0272545 100644 (file)
             Type of compiled binaries
         </description>
     </option>
-    
+   
+    <!-- FIXME: restore this once bakefile is fixed to not use
+                /Gm /GZ (incompatible with /O2) w/ debug-info -->
     <set var="DEBUG_INFO_DEFAULT">
         <if cond="FORMAT in ['msvc','msvc6prj','msevc4prj']">1</if>
         <if cond="FORMAT not in ['msvc','msvc6prj','msevc4prj']">default</if>
     </set>
+    -->
+    <set var="DEBUG_INFO_DEFAULT">default</set>
 
     <option name="DEBUG_INFO">
         <values>0,1,default</values>