aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-06 16:29:58 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-06 16:29:58 -0800
commit175d9a109b5f727e69649b6c663d150a1c8c1cd6 (patch)
treedf0cc5236b1f5b6ff69c20270c525ecda677e109 /settings.py
parent94a47a44bcb863be743a289b9c349480f2a30c4b (diff)
update comment
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index bd59f9e0..c1207ff2 100644
--- a/settings.py
+++ b/settings.py
@@ -12,7 +12,7 @@ COMPILER_OPTS = []
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
+#COMPILER_ENGINE=SPIDERMONKEY_ENGINE
COMPILER_ENGINE=V8_ENGINE
JS_ENGINE=V8_ENGINE