* edje: Make EDJE_CALC_CACHE on by default.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 14 Aug 2009 17:20:27 +0000 (17:20 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 14 Aug 2009 17:20:27 +0000 (17:20 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@41772 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index ede5344..82a7167 100644 (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(