aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-13 18:29:12 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-07 14:23:18 -0800
commitb140e7ee7354afcc215e1fc3593ea385e15ae92a (patch)
treef3662c10e5e6f5c56a669ad86eac170f91c8302a /src/settings.js
parentab399ca532fb1deb7607f6cc2feb01186d75ec2b (diff)
set up asm.js 'module'
Diffstat (limited to 'src/settings.js')
-rw-r--r--src/settings.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js
index 1d8805a8..1d115001 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -294,6 +294,8 @@ var HEADLESS = 0; // If 1, will include shim code that tries to 'fake' a browser
// very partial - it is hard to fake a whole browser! - so
// keep your expectations low for this to work.
+var ASM_JS = 0; // If 1, generate code in asm.js format
+
var NECESSARY_BLOCKADDRS = []; // List of (function, block) for all block addresses that are taken.
// Compiler debugging options