<scheduler>trunk_quick</scheduler>
<steps>
<checkout/>
- <configure options="--enable-stl"/>
+ <configure options="--enable-stl --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>
</build>
<build>
- <name>Linux x86 wx11 stable</name>
+ <name>Linux x86 wxX11 stable</name>
<builddir>stellarwerx32_wxx11</builddir>
<scheduler>daily_0600</scheduler>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure options="--with-x11"/>
- <compile-all/>
+ <compile-all utils="false"/>
<run-tests/>
</steps>
</build>
<scheduler>daily_0600</scheduler>
<steps>
<checkout/>
- <configure options="--disable-unicode"/>
+ <configure options="--disable-unicode --enable-debug"/>
<compile-all/>
<run-tests/>
</steps>