Add debugging info to the trunk Linux builds.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2010-10-22 22:12:00 +00:00
parent 3b5c96639b
commit c5084fff34
4 changed files with 8 additions and 8 deletions

View 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>
@ -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>

View File

@ -27,7 +27,7 @@
<scheduler>daily_0700</scheduler>
<steps>
<checkout/>
<configure options="--with-x11"/>
<configure options="--with-x11 --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>

View File

@ -15,7 +15,7 @@
<scheduler>trunk_quick</scheduler>
<steps>
<checkout/>
<configure options="--enable-compat28"/>
<configure options="--enable-compat28 --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>
@ -27,7 +27,7 @@
<scheduler>daily_0600</scheduler>
<steps>
<checkout/>
<configure options="--disable-shared"/>
<configure options="--disable-shared --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>
@ -51,7 +51,7 @@
<scheduler>daily_0600</scheduler>
<steps>
<checkout/>
<configure options="--with-directfb"/>
<configure options="--with-directfb --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>

View File

@ -26,7 +26,7 @@
<scheduler>daily_0600</scheduler>
<steps>
<checkout/>
<configure options="--disable-gui"/>
<configure options="--disable-gui --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>
@ -38,7 +38,7 @@
<scheduler>daily_0600</scheduler>
<steps>
<checkout/>
<configure options="--disable-all-features"/>
<configure options="--disable-all-features --enable-debug"/>
<compile-all utils="false"/>
<run-tests/>
</steps>