-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
area/build-graphArea: Build graph generationArea: Build graph generationbackend/legacyRelated to the legacy backend onlyRelated to the legacy backend only
Description
As a part of the progress of making moon behavior uniform and predictable, we will correct the behavior of all moon subcommands to:
- Build mode: Default to
debugfor everything. The only exception is when the subcommand requires optimization to take place, and usingdebugjust doesn't make sence (currently onlybenchandbundle) -- in this case it will default torelease. - Debuginfo: Default on across every command, unless the user explicitly uses
--stripto turn it off. In other words,--no-stripwill be deprecated.
Metadata
Metadata
Assignees
Labels
area/build-graphArea: Build graph generationArea: Build graph generationbackend/legacyRelated to the legacy backend onlyRelated to the legacy backend only