diff options
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js index f4e23c5b..1023ee11 100644 --- a/src/settings.js +++ b/src/settings.js @@ -325,7 +325,6 @@ var BENCHMARK = 0; // If 1, will just time how long main() takes to execute, and var ASM_JS = 0; // If 1, generate code in asm.js format. XXX This is highly experimental, // and will not work on most codebases yet. It is NOT recommended that you // try this yet. -var USE_MATH_IMUL = 1; // If 1, use Math.imul when normal int math can't be done in ASM_JS var EXPLICIT_ZEXT = 0; // If 1, generate an explicit conversion of zext i1 to i32, using ?: |