aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-07-30 11:43:11 +0300
committermax99x <max99x@gmail.com>2011-07-30 11:43:11 +0300
commitaf695b99f5e5308a27c19b956489a702461683da (patch)
tree8505b891459c5081df1a8b38dd44800c5b2aa83d /settings.py
parenta6e44cf635adb9a46f86f655075f3817c741f76e (diff)
parent778b071526306906ecf3c09aa307ededa1c4eddf (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings.py b/settings.py
index 9773aa1e..5079289f 100644
--- a/settings.py
+++ b/settings.py
@@ -9,9 +9,9 @@ LLVM_ROOT=os.path.expanduser('~/Dev/llvm-2.9/cbuild/bin')
LLVM_GCC=os.path.expanduser('~/Dev/llvm-gcc-2.9/cbuild/install/bin/llvm-g++')
-COMPILER_OPTS = ['-m32', '-g'] # 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!
+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']
V8_ENGINE = [os.path.expanduser('~/Dev/v8/d8')]