[PATCH] Optimization for Size
Couannette
couannette at free.fr
Wed Jun 25 13:12:35 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 Lunar
Couannette
-------------- next part --------------
--- optimize.lunar 2003-06-22 11:51:12.000000000 +0200
+++ optimize.lunar.small 2003-06-25 13:07:57.000000000 +0200
@@ -81,7 +81,7 @@
Fastest) CFLAGS="-O3"
CXXFLAGS="-O3"
;;
- Smaller) CFLAGS="-Os"
+ Small) CFLAGS="-Os"
CXXFLAGS="-Os"
;;
esac
More information about the Lunar
mailing list