[SCM] mapnik branch, master, updated. debian/2.2.0+ds1-4-4-gb0a818a

Jérémy Lal kapouer at melix.org
Sat Oct 12 15:25:43 UTC 2013


The following commit has been merged in the master branch:
commit ba33bea9cb52957b500f5ca0404a7c7afe37c867
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Oct 12 15:12:09 2013 +0200

    OPTIMIZATION=2 sets -O2 flag

diff --git a/debian/rules b/debian/rules
index 9f2b249..b460020 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ TARNAME := mapnik_$(UPVER)+ds1.orig.tar
 # scons flags
 # Disable parallel build - it exhausts memory on s390, mipsel, mips
 SCONS_FLAGS := -j1
+# -O2
+SCONS_FLAGS += OPTIMIZATION=2
 SCONS_FLAGS += INPUT_PLUGINS=csv,gdal,geojson,ogr,osm,postgis,python,raster,rasterlite,shape,sqlite
 SCONS_FLAGS += PROJ_INCLUDES=/usr/include PROJ_LIBS=/usr/lib
 SCONS_FLAGS += SYSTEM_FONTS=/usr/share/fonts

-- 
C++/Python toolkit for developing GIS applications



More information about the Pkg-grass-devel mailing list