mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add --dev option to mach build
Require either --dev or --release, unless a default build.mode is set in .servobuild. Fixes #5933.
This commit is contained in:
parent
b3b9deafa7
commit
c98d55fe28
4 changed files with 24 additions and 4 deletions
|
@ -23,6 +23,9 @@ system-cargo = false
|
|||
cargo-root = "/path/to/cargo"
|
||||
|
||||
[build]
|
||||
# Set "mode = dev" or use `mach build --dev` to build the project with warning.
|
||||
# or Set "mode = release" or use `mach build --release` for optimized build.
|
||||
mode = "dev"
|
||||
# Set "android = true" or use `mach build --android` to build the Android app.
|
||||
android = false
|
||||
# Set "debug-mozjs" or use `mach build --debug-mozjs` to build a debug spidermonkey.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue