aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-08-14 14:11:58 +1000
committerDavid Walter Seikel2014-08-14 14:11:58 +1000
commitab6b1318f3dd335ef49aa46146c43a51037675b7 (patch)
tree1946581d4452a07bce1fb400d3b729af70597fda /src/LuaSL/LuaSL_LSL_tree.h
parentUse the new message saving stuff in the parser as well. (diff)
downloadSledjHamr-ab6b1318f3dd335ef49aa46146c43a51037675b7.zip
SledjHamr-ab6b1318f3dd335ef49aa46146c43a51037675b7.tar.gz
SledjHamr-ab6b1318f3dd335ef49aa46146c43a51037675b7.tar.bz2
SledjHamr-ab6b1318f3dd335ef49aa46146c43a51037675b7.tar.xz
Clean up the compiler output. Threaded compiling is much faster when it's not outputting to the console.
Diffstat (limited to 'src/LuaSL/LuaSL_LSL_tree.h')
-rw-r--r--src/LuaSL/LuaSL_LSL_tree.h3
1 files changed, 2 insertions, 1 deletions
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 @@
3#define __LUASL_TREE_H__ 3#define __LUASL_TREE_H__
4 4
5#define LUASL_DEBUG 0 5#define LUASL_DEBUG 0
6#define COMPILE_THREADED 0 6#define COMPILE_THREADED 1
7#define COMPILE_OUTPUT 0
7#define LUASL_DIFF_CHECK 0 8#define LUASL_DIFF_CHECK 0
8#define LUASL_BAD_CHECK 1 9#define LUASL_BAD_CHECK 1
9 10