diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-27 13:15:17 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-27 13:15:17 -0700 |
commit | 2d45e5d75b9d7b475256415cc2c28225b89d6129 (patch) | |
tree | 4ffc4ff16a18f60242fc8a31177c0fa17e75dbd9 /src/settings.js | |
parent | c2560b71f88d68ec6817f44729cd97517eda512d (diff) |
intertyper fast paths setup and proof of concept
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 0daafa35..0a4765fd 100644 --- a/src/settings.js +++ b/src/settings.js @@ -426,6 +426,8 @@ var JS_CHUNK_SIZE = 10240; // Used as a maximum size before breaking up expressi var EXPORT_NAME = 'Module'; // Global variable to export the module as for environments without a standardized module // loading system (e.g. the browser and SM shell). +var COMPILER_ASSERTIONS = 0; // costly (slow) compile-time assertions + // Compiler debugging options var DEBUG_TAGS_SHOWING = []; // Some useful items: |