From ab6b1318f3dd335ef49aa46146c43a51037675b7 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 14 Aug 2014 14:11:58 +1000 Subject: Clean up the compiler output. Threaded compiling is much faster when it's not outputting to the console. --- src/LuaSL/LuaSL_LSL_tree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/LuaSL/LuaSL_LSL_tree.h') diff --git a/src/LuaSL/LuaSL_LSL_tree.h b/src/LuaSL/LuaSL_LSL_tree.h index 4192310..98e8e22 100644 --- a/src/LuaSL/LuaSL_LSL_tree.h +++ b/src/LuaSL/LuaSL_LSL_tree.h @@ -3,7 +3,8 @@ #define __LUASL_TREE_H__ #define LUASL_DEBUG 0 -#define COMPILE_THREADED 0 +#define COMPILE_THREADED 1 +#define COMPILE_OUTPUT 0 #define LUASL_DIFF_CHECK 0 #define LUASL_BAD_CHECK 1 -- cgit v1.1