[Lunar-commits] CVS: theedge/var/lib/lunar/menu optimize.menu, 1.20, 1.21

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


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

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


Index: optimize.menu
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/menu/optimize.menu,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- optimize.menu	23 Jun 2004 13:24:24 -0000	1.20
+++ optimize.menu	7 Oct 2004 14:40:28 -0000	1.21
@@ -210,8 +210,9 @@
       ldf_help)
             MENU="Linker options"
       Strip_HELP="Strip all symbols"
-#     Debug_HELP="Strip debug symbols only"
+   Optimize_HELP="Optimize hash tables during linking"
   Combreloc_HELP="Combreloc"
+#     Debug_HELP="Strip debug symbols only"
                ;;
 
    # Addon help for extra programs
@@ -370,6 +371,7 @@
 ldf_options() {
    OPTIONS=( "Strip"      "-s"            $( echo ${LDF[@]} | grep -q "Strip" && echo "on" || echo "off" )     "$Strip_HELP"
 #            "Debug"      "-S"            $( echo ${LDF[@]} | grep -q "Debug" && echo "on" || echo "off" )     "$Debug_HELP"
+            "Optimize"      "-Wl,-O1"     $( echo ${LDF[@]} | grep -q "Optimize" && echo "on" || echo "off" )     "$Optimize_HELP"
              "Combreloc"  "-z combreloc"  $( echo ${LDF[@]} | grep -q "Combreloc" && echo "on" || echo "off" ) "$Combreloc_HELP" )
 
 }



More information about the Lunar-commits mailing list