[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5226: autobuilder: Add a compilation target optimizing for size (-Os).

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 15:01:36 -0000

------------------------------------------------------------
revno: 5226
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 15:59:04 +0100
message:
  autobuilder: Add a compilation target optimizing for size (-Os).
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-30 09:53:48 +0000
+++ tools/hipl_autobuild.sh     2010-11-30 14:59:04 +0000
@@ -152,6 +152,9 @@
 # Max compile coverage configuration without optimization
 compile $FEATURES_ALL CFLAGS="-O0"
 
+# Max compile coverage configuration optimized for size
+compile $FEATURES_ALL CFLAGS="-Os"
+
 # Max compile coverage configuration with full optimization
 # FIXME: Disabled until the tree compiles with this optimization level.
 #compile $FEATURES_ALL CFLAGS="-O3"

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5226: autobuilder: Add a compilation target optimizing for size (-Os). - noreply