[Lunar-commits] r24645 - moonbase/trunk/python/Python
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Jun 2 02:44:47 CEST 2007
Author: zbiggy
Date: 2007-06-02 02:44:47 +0200 (Sat, 02 Jun 2007)
New Revision: 24645
Modified:
moonbase/trunk/python/Python/BUILD
Log:
CFLAGS added for better performance.
Changed -O2 to -Os because they are similar but -Os makes smaller files.
Modified: moonbase/trunk/python/Python/BUILD
===================================================================
--- moonbase/trunk/python/Python/BUILD 2007-06-02 00:11:43 UTC (rev 24644)
+++ moonbase/trunk/python/Python/BUILD 2007-06-02 00:44:47 UTC (rev 24645)
@@ -1,5 +1,5 @@
(
- sedit "s:-O3:-O2:g" configure &&
+ sedit "s:-O3:$CFLAGS -Os:g" configure &&
OPTS="$OPTS --enable-shared" &&
@@ -12,4 +12,3 @@
gather_docs Misc/*
) > $C_FIFO 2>&1
-
More information about the Lunar-commits
mailing list