aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-08-30 11:41:38 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-08-30 11:41:38 -0700
commit194f0f926916a7f06c350392979f74b038adf9bd (patch)
tree92a4ead99f44187758e05d232291ab07dffad079
parent35cf4e1e7155e08d3e5816af87ecb8fcc45d6f19 (diff)
by default use type inference in spidermonkey
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index cf4fd28c..c6d63341 100644
--- a/settings.py
+++ b/settings.py
@@ -13,7 +13,7 @@ COMPILER_OPTS = ['-m32'] # Need to build as 32bit arch, for now -
# various errors on 64bit compilation
# WARNING: '-g' here will generate llvm bitcode that lli will crash on!
-SPIDERMONKEY_ENGINE = [os.path.expanduser('~/Dev/mozilla-central/js/src/js'), '-m', '-j', '-p']
+SPIDERMONKEY_ENGINE = [os.path.expanduser('~/Dev/mozilla-central/js/src/js'), '-m', '-n']
V8_ENGINE = [os.path.expanduser('~/Dev/v8/d8')]
#COMPILER_ENGINE=SPIDERMONKEY_ENGINE # XXX Warning: currently appears to be broken on trunk, some file reading issue