From: cedric Date: Fri, 14 Aug 2009 17:20:27 +0000 (+0000) Subject: * edje: Make EDJE_CALC_CACHE on by default. X-Git-Tag: 2.0_alpha~163^2~838 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0125c517134caa5bc56804a368428811064182d;p=framework%2Fuifw%2Fedje.git * edje: Make EDJE_CALC_CACHE on by default. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@41772 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index ede5344..82a7167 100644 --- a/configure.ac +++ b/configure.ac @@ -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(