optimization flags

SVN revision: 12157
This commit is contained in:
Carsten Haitzler 2004-11-09 23:56:53 +00:00
parent f6510f7967
commit 74d1393975
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ SECTION = "e/libs"
PRIORITY = "optional" PRIORITY = "optional"
DEPENDS = "libpng jpeg eet freetype" DEPENDS = "libpng jpeg eet freetype"
PV = "evas-1.0.0_pre13" PV = "evas-1.0.0_pre13"
PR = "1" PR = "2"
do_prepsources () { do_prepsources () {
make clean distclean || true make clean distclean || true
@ -61,6 +61,7 @@ EXTRA_OECONF = "--enable-fb \
--disable-convert-32-rgb-rot-90 \ --disable-convert-32-rgb-rot-90 \
--disable-convert-32-rgb-rot-270" --disable-convert-32-rgb-rot-270"
export CFLAGS="-O3 -mcpu=xscale -mtune=xscale"
export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config" export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config"
export EET_CONFIG = "${STAGING_BINDIR}/eet-config" export EET_CONFIG = "${STAGING_BINDIR}/eet-config"