From: Carsten Haitzler Date: Tue, 9 Nov 2004 23:56:53 +0000 (+0000) Subject: optimization flags X-Git-Tag: submit/devel/efl/20131022.203902~21323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74d139397525b6ad0ae24f5c3cbbf0acc34901b1;p=platform%2Fupstream%2Fefl.git optimization flags SVN revision: 12157 --- diff --git a/legacy/evas/evas.oe b/legacy/evas/evas.oe index e346d2d..bc0b309 100644 --- a/legacy/evas/evas.oe +++ b/legacy/evas/evas.oe @@ -7,7 +7,7 @@ SECTION = "e/libs" PRIORITY = "optional" DEPENDS = "libpng jpeg eet freetype" PV = "evas-1.0.0_pre13" -PR = "1" +PR = "2" do_prepsources () { make clean distclean || true @@ -61,6 +61,7 @@ EXTRA_OECONF = "--enable-fb \ --disable-convert-32-rgb-rot-90 \ --disable-convert-32-rgb-rot-270" +export CFLAGS="-O3 -mcpu=xscale -mtune=xscale" export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config" export EET_CONFIG = "${STAGING_BINDIR}/eet-config"