aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-02 20:27:20 -0700
committeralon@honor <none@none>2010-10-02 20:27:20 -0700
commit72e5d1365603cc107df97f14d2099ee460ec55af (patch)
treea664ad1ae33ea72dbcbe60cfe9d08ca7d5020849 /src/settings.js
parent6dcf85c6b014dbc6fc32de186a16b651fcc29b92 (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.js2
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