diff options
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index ab532e67..1d67e5b4 100644 --- a/src/settings.js +++ b/src/settings.js @@ -69,6 +69,7 @@ SAFE_HEAP_LOG = 0; // Log out all SAFE_HEAP operations LABEL_DEBUG = 0; // Print out labels and functions as we enter them EXCEPTION_DEBUG = 1; // Print out exceptions in emscriptened code +LIBRARY_DEBUG = 0; // Print out when we enter a library call (library*.js) DISABLE_EXCEPTIONS = 0; // Disables generating code to actually catch exceptions. If the code you // are compiling does not actually rely on catching exceptions (but the // compiler generates code for it, maybe because of stdlibc++ stuff), @@ -149,4 +150,5 @@ DEBUG_TAGS_SHOWING = []; // vars // relooping // unparsedFunctions + // metadata |