aboutsummaryrefslogtreecommitdiffstats
path: root/servobuild.example
diff options
context:
space:
mode:
Diffstat (limited to 'servobuild.example')
-rw-r--r--servobuild.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/servobuild.example b/servobuild.example
index 1396c73126e..a29ec9aaf27 100644
--- a/servobuild.example
+++ b/servobuild.example
@@ -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.