mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
servobuild: comment some more on the default value
This commit is contained in:
parent
631623a80e
commit
9ec53344f5
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@ debug-mozjs = false
|
||||||
#rustflags = ""
|
#rustflags = ""
|
||||||
|
|
||||||
# Enable or disable rustc’s incremental compilation
|
# Enable or disable rustc’s incremental compilation
|
||||||
# The default is enabled in debug mode only.
|
# Cargo’s default is to enable it in debug mode but not in release mode.
|
||||||
|
# Leaving this key unspecified makes mach keep Cargo’s default.
|
||||||
|
# It can be set to true or false in order to always enable or always disable
|
||||||
|
# incremental compilation.
|
||||||
#incremental = false
|
#incremental = false
|
||||||
#incremental = true
|
#incremental = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue