* edje: Make EDJE_CALC_CACHE on by default.

SVN revision: 41772
This commit is contained in:
Cedric BAIL 2009-08-14 17:20:27 +00:00
parent 7df190d264
commit 56674aeb99
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if test "x${want_edje_program_cache}" = "xyes" ; then
fi
# Optional EDJE_CALC_CACHE (use more ram, but increase speed by reducing the need to recalculate static stuff)
want_edje_calc_cache="no"
want_edje_calc_cache="yes"
AC_ARG_ENABLE([edje-calc-cache],
[AC_HELP_STRING(