mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add a .servobuild option for --with-debug-assertions
This commit is contained in:
parent
98e6f21d02
commit
c156bf2dd9
2 changed files with 5 additions and 1 deletions
|
@ -29,6 +29,9 @@ rustc-with-gold = true
|
|||
# Set "android = true" or use `mach build --android` to build the Android app.
|
||||
android = false
|
||||
|
||||
# Enable `debug_assert!` macros in release mode
|
||||
debug-assertions = false
|
||||
|
||||
# Set "debug-mozjs" or use `mach build --debug-mozjs` to build a debug spidermonkey.
|
||||
debug-mozjs = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue