diff options
author | alon@honor <none@none> | 2010-10-02 20:27:20 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-02 20:27:20 -0700 |
commit | 72e5d1365603cc107df97f14d2099ee460ec55af (patch) | |
tree | a664ad1ae33ea72dbcbe60cfe9d08ca7d5020849 /src/settings.js | |
parent | 6dcf85c6b014dbc6fc32de186a16b651fcc29b92 (diff) |
rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but sauer
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 67ba8d10..5e6f16f7 100644 --- a/src/settings.js +++ b/src/settings.js @@ -28,7 +28,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']; +DEBUG_TAGS_SHOWING = ['enzymatic', 'relooping']; // Some useful items: // gconst // types |