servobuild: comment some more on the default value

This commit is contained in:
Simon Sapin 2018-01-16 14:39:01 +01:00
parent 631623a80e
commit 9ec53344f5

View file

@ -41,7 +41,10 @@ debug-mozjs = false
#rustflags = ""
# Enable or disable rustcs incremental compilation
# The default is enabled in debug mode only.
# Cargos default is to enable it in debug mode but not in release mode.
# Leaving this key unspecified makes mach keep Cargos default.
# It can be set to true or false in order to always enable or always disable
# incremental compilation.
#incremental = false
#incremental = true