diff options
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: |