diff options
author | alon@honor <none@none> | 2010-10-18 21:15:36 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-18 21:15:36 -0700 |
commit | 890130e93bc1128d7b5fbdcc512e243ef78cd712 (patch) | |
tree | 161ed3d2fd17a4858e82d1c751861598a95c474a /src/settings.js | |
parent | baa2806fdd6c01df82058bf523a767e88d7049ae (diff) |
fix bug with size of small structures, and parsing them
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
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 |