[PATCH] Optimization for Size (for The Edge)

Couannette couannette at free.fr
Wed Jun 25 13:14:05 GMT 2003


Hi,

I've found a small bug around in optimize.lunar.
The switch case isn't coherent with BOPT setup done in optimize.menu.

Here is the patch for The Edge

Couannette


-------------- next part --------------
--- optimize.lunar	2003-06-22 12:08:04.000000000 +0200
+++ optimize.lunar.small	2003-06-25 13:04:15.000000000 +0200
@@ -120,7 +120,7 @@
       Fastest) CFLAGS="-O3"
                CXXFLAGS="-O3"
                ;;
-      Smaller) CFLAGS="-Os"
+      Small) CFLAGS="-Os"
                CXXFLAGS="-Os"
                ;;
    esac



More information about the Lunar mailing list