diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-01-17 19:01:19 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-01-17 19:01:19 -0800 |
commit | 23515d06052a453efdb4d77fa517ebd14594d3be (patch) | |
tree | 4111e6f3513de81922307ef6f606b33e520e8f93 /src/settings.js | |
parent | 1f3de5c76e4947afccca350da24859e52f6aa83f (diff) |
handle odd llvm with branches in the middle of labels; all tests pass
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 829d4517..1b0b2bce 100644 --- a/src/settings.js +++ b/src/settings.js @@ -51,6 +51,8 @@ CORRECT_OVERFLOWS = 1; // Experimental code that tries to prevent unexpected JS // not rely on overflows in your C/C++ code, as even if this option works, // it slows things down. +SHOW_LABELS = 0; // Show labels in the generated code + // Compiler debugging options DEBUG_TAGS_SHOWING = []; // Some useful items: |