diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-16 11:48:42 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-16 11:48:42 -0700 |
commit | f46ea8746cd469b8ba664e52a63b6112fcd48b9e (patch) | |
tree | 334cd55901b5633ad4bb44d5da82d609cb663825 /src/compiler.js | |
parent | ab6452296324f9827b07780c90847a69f2173ed8 (diff) |
warn on VERBOSE
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'); |