[Lunar-commits] CVS: theedge/var/lib/lunar/functions optimize.lunar, 1.49, 1.50

Auke Kok sofar at lunar-linux.org
Thu Oct 7 14:40:30 UTC 2004


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/tmp/cvs-serv6038/functions

Modified Files:
	optimize.lunar 
Log Message:
Merging linker optimizations


Index: optimize.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/optimize.lunar,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- optimize.lunar	9 Jul 2004 19:43:25 -0000	1.49
+++ optimize.lunar	7 Oct 2004 14:40:27 -0000	1.50
@@ -663,6 +663,8 @@
       case $A in
          Strip)     LDFLAGS="$LDFLAGS -s"
                     ;;
+         Optimize)  LDFLAGS="$LDFLAGS -Wl,-O1"
+                    ;;
 # The Debug option breaks some modules (eg: tar and gzip, just to mention a
 # few), so this option should either be removed, or remain "deactivated"
 # untill this has been resolved but the hatch is that we don't know how many



More information about the Lunar-commits mailing list