diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-19 01:36:07 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-19 01:36:07 +0100 |
commit | cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb (patch) | |
tree | 5ddb309f406b6b8fcc9932739b31017941ab4150 /js | |
parent | fb96b43b5f6188233710c5f8c9c9e46baa9cb369 (diff) | |
download | UXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.tar UXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.tar.gz UXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.tar.lz UXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.tar.xz UXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.zip |
Issue #1322 - Part 2: Remove --enable-sm-promise buildconfig switch.
Diffstat (limited to 'js')
-rw-r--r-- | js/moz.configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/js/moz.configure b/js/moz.configure index eadd0e9ab..33bac0017 100644 --- a/js/moz.configure +++ b/js/moz.configure @@ -37,19 +37,6 @@ def js_disable_shell(value): set_config('JS_DISABLE_SHELL', js_disable_shell) -# Use SpiderMonkey Promise implementation if it's enabled -# ======================================================= -js_option('--enable-sm-promise', default=True, - help='Enable SpiderMonkey promises') - -@depends('--enable-sm-promise') -def sm_promise(value): - if value: - return True - -set_config('SPIDERMONKEY_PROMISE', sm_promise) -set_define('SPIDERMONKEY_PROMISE', sm_promise) - # SpiderMonkey as a shared library, and how its symbols are exported # ================================================================== js_option('--disable-shared-js', default=building_js, |