]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/StellarWerx32.xml
Move "static" keyword out from wxDEPRECATED() macros to placate icc.
[wxWidgets.git] / build / buildbot / config / StellarWerx32.xml
index ebfe2b0bb10cd2bb13c0a9d26358b09f17ad6036..ed5f4bfe3297eb7c55b7335aa6747731310ef57c 100644 (file)
@@ -15,7 +15,7 @@
     <scheduler>trunk_quick</scheduler>
     <steps>
         <checkout/>
-        <configure options="--enable-stl"/>
+        <configure options="--enable-stl --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>
@@ -28,7 +28,7 @@
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure options="--with-x11"/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
@@ -39,7 +39,7 @@
     <scheduler>daily_0600</scheduler>
     <steps>
         <checkout/>
-        <configure options="--disable-unicode"/>
+        <configure options="--disable-unicode --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>