From 96ac896db055daa6bb195b87ecf13b430bac549a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 19 Jul 2016 15:49:55 +0200 Subject: [PATCH] revert inadvertently committed debug settings --- libs/ardour/ardour/luaproc.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libs/ardour/ardour/luaproc.h b/libs/ardour/ardour/luaproc.h index c855b0f346..e38e8fbeed 100644 --- a/libs/ardour/ardour/luaproc.h +++ b/libs/ardour/ardour/luaproc.h @@ -17,9 +17,12 @@ 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define WITH_LUAPROC_STATS -//#define USE_TLSF -#define USE_MALLOC +/* print runtime and garbage-collection timing statistics */ +//#define WITH_LUAPROC_STATS + +/* memory allocation system, default: ReallocPool */ +//#define USE_TLSF // use TLSF instead of ReallocPool +//#define USE_MALLOC // or plain OS provided realloc (no mlock) -- if USE_TLSF isn't defined #ifndef __ardour_luaproc_h__ #define __ardour_luaproc_h__ -- 2.30.2