mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1927195 - Enable explicit resource build management flag based on nightly flag. r=arai
Depends on D228434 Differential Revision: https://phabricator.services.mozilla.com/D226996
This commit is contained in:
parent
8b567e88c1
commit
7a297e1517
@ -177,8 +177,8 @@ set_define("ENABLE_DECORATORS", enable_decorators)
|
||||
# ===================================================
|
||||
option(
|
||||
"--enable-explicit-resource-management",
|
||||
default=False,
|
||||
help="Enable explicit resource management",
|
||||
default=milestone.is_nightly,
|
||||
help="{Enable|Disable} explicit resource management",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user