[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5207: Disable -O3 test in the autobuilder until the issues are fixed.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 29 Nov 2010 16:55:50 -0000

------------------------------------------------------------
revno: 5207
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-11-29 17:52:27 +0100
message:
  Disable -O3 test in the autobuilder until the issues are fixed.
modified:
  tools/hipl_autobuild.sh


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-11-12 15:50:17 +0000
+++ tools/hipl_autobuild.sh     2010-11-29 16:52:27 +0000
@@ -153,7 +153,8 @@
 compile $FEATURES_ALL CFLAGS="-O0"
 
 # Max compile coverage configuration with full optimization
-compile $FEATURES_ALL CFLAGS="-O3"
+# FIXME: Disabled until the tree compiles with this optimization level.
+#compile $FEATURES_ALL CFLAGS="-O3"
 
 # Without modules
 compile --with-nomodules=heartbeat,update,heartbeat_update

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5207: Disable -O3 test in the autobuilder until the issues are fixed. - noreply