disable timer dump by default - that's a lot of memory per timer to use ...

by default.



SVN revision: 66180
This commit is contained in:
Carsten Haitzler 2011-12-14 08:51:45 +00:00
parent 2b3cf9d6e9
commit 51ed56c43f
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ AC_SUBST(pkgconfig_requires_private)
have_backtrace="no"
AC_CHECK_FUNCS([backtrace], [have_backtrace="yes"], [])
want_ecore_timer_dump="yes"
want_ecore_timer_dump="no"
AC_ARG_ENABLE([ecore-timer-dump],
[AC_HELP_STRING([--disable-ecore-timer-dump], [disable tracking of timer allocation. @<:@default=enable@:>@])],