Restore the ability to disable incremental compilation

It became the default in debug mode in the last Rust/Cargo update.
This commit is contained in:
Simon Sapin 2018-01-14 01:38:37 +01:00
parent 7b92eb932b
commit fe0d2866f1
2 changed files with 6 additions and 2 deletions

View file

@ -40,8 +40,10 @@ debug-mozjs = false
# Any optional flags that will be added to $RUSTFLAGS
#rustflags = ""
# Enable rustcs incremental compilation
# Enable or disable rustcs incremental compilation
# The default is enabled in debug mode only.
#incremental = false
#incremental = true
# Whether to use ThinLTO or not
#thinlto = false