diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-29 16:50:14 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-02 17:31:36 -0700 |
commit | d229313b7dc08e40a160ace49a38acd5be5503b3 (patch) | |
tree | ceac95a060190b1c031dcfb6faec22d7f3945f8e /src/settings.js | |
parent | 42dde1ea07e2f8cb2c1dec48f7bee4318b39dc2f (diff) |
if not running js opts, ensure a . in asmEnsureFloat immediately
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 5e5d50f6..6894b535 100644 --- a/src/settings.js +++ b/src/settings.js @@ -434,6 +434,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 RUNNING_JS_OPTS = 0; // whether js opts will be run, after the main compiler + var COMPILER_ASSERTIONS = 0; // costly (slow) compile-time assertions var COMPILER_FASTPATHS = 1; // use fast-paths to speed up compilation |