зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1821025: Remove extended-const from wasm-no-experimental. r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D173165
This commit is contained in:
Родитель
2182e672ee
Коммит
b72b9133e6
|
@ -740,11 +740,8 @@ option(
|
|||
)
|
||||
|
||||
|
||||
@depends("--disable-wasm-extended-const", "--wasm-no-experimental")
|
||||
def wasm_extended_const(value, no_experimental):
|
||||
if no_experimental:
|
||||
return
|
||||
|
||||
@depends("--disable-wasm-extended-const")
|
||||
def wasm_extended_const(value):
|
||||
if value:
|
||||
return True
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче