aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-18 21:15:36 -0700
committeralon@honor <none@none>2010-10-18 21:15:36 -0700
commit890130e93bc1128d7b5fbdcc512e243ef78cd712 (patch)
tree161ed3d2fd17a4858e82d1c751861598a95c474a /src/settings.js
parentbaa2806fdd6c01df82058bf523a767e88d7049ae (diff)
fix bug with size of small structures, and parsing them
Diffstat (limited to 'src/settings.js')
-rw-r--r--src/settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js
index 3018a32f..221a9e84 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -34,7 +34,7 @@ EXCEPTION_DEBUG = 1; // Print out exceptions in emscriptened code
EXECUTION_TIMEOUT = -1; // Throw an exception after X seconds - useful to debug infinite loops
// Compiler debugging options
-DEBUG_TAGS_SHOWING = ['enzymatic', 'relooping'];
+DEBUG_TAGS_SHOWING = ['enzymatic', 'types'];
// Some useful items:
// gconst
// types