[pisa-src] r1339 - trunk/tools/subversion/pisa_runautobuild

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 16:20:47 +0100

Author: biurrun
Date: Tue Oct 27 16:20:46 2009
New Revision: 1339

Log:
Compiling with debug enabled is the default, so test compile with debug 
disabled.

Modified:
   trunk/tools/subversion/pisa_runautobuild

Modified: trunk/tools/subversion/pisa_runautobuild
==============================================================================
--- trunk/tools/subversion/pisa_runautobuild    Tue Oct 27 16:17:51 2009        
(r1338)
+++ trunk/tools/subversion/pisa_runautobuild    Tue Oct 27 16:20:46 2009        
(r1339)
@@ -46,7 +46,7 @@
 
 # Compile PISA in different configurations
 compile_pisa
-compile_pisa --enable-debug
+compile_pisa --disable-debug
 compile_pisa --enable-force-shlib
 compile_pisa --enable-logging
 compile_pisa --enable-openwrt

Other related posts:

  • » [pisa-src] r1339 - trunk/tools/subversion/pisa_runautobuild - Diego Biurrun