diff options
author | alon@honor <none@none> | 2010-10-04 21:30:52 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-04 21:30:52 -0700 |
commit | af8eec1c682af409928f28e3a4176115d1c0870f (patch) | |
tree | 0efc0714cc27c0d003a1f3983a6f81d2eef975b3 /src/settings.js | |
parent | ccb8f47e51e20d0735f5478dd403309e43985a8a (diff) |
temporary hackish removal of unneeded breaks outside of complex emulated blocks
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 27dbf7f4..9f6baa40 100644 --- a/src/settings.js +++ b/src/settings.js @@ -30,7 +30,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']; // Some useful items: // gconst // types |