diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 13:24:22 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 13:24:22 -0700 |
commit | 06e7518718115977026830676b80c7279e924b5f (patch) | |
tree | 6342cb18521deed0fe9b8e7f8de7fcccb6fa07d6 /src/compiler.js | |
parent | 41e7af7eeb7f0d0a3991abd7ff87177308570c54 (diff) | |
parent | 745cbe466448395587ecb5214087bac19c9b1cbe (diff) |
Merge branch 'incoming'
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.js b/src/compiler.js index 365ff32f..2390f4c9 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -203,6 +203,8 @@ if (phase == 'pre') { } } +if (VERBOSE) printErr('VERBOSE is on, this generates a lot of output and can slow down compilation'); + // Load compiler code load('framework.js'); |