diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-06 16:29:58 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-06 16:29:58 -0800 |
commit | 175d9a109b5f727e69649b6c663d150a1c8c1cd6 (patch) | |
tree | df0cc5236b1f5b6ff69c20270c525ecda677e109 | |
parent | 94a47a44bcb863be743a289b9c349480f2a30c4b (diff) |
update comment
-rw-r--r-- | settings.py | 2 |
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 |