From fe0d2866f12aabedca5cc4394d642a5bf0e30fbe Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sun, 14 Jan 2018 01:38:37 +0100 Subject: Restore the ability to disable incremental compilation It became the default in debug mode in the last Rust/Cargo update. --- servobuild.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'servobuild.example') diff --git a/servobuild.example b/servobuild.example index 98dd8edaf9c..a328e24725e 100644 --- a/servobuild.example +++ b/servobuild.example @@ -40,8 +40,10 @@ debug-mozjs = false # Any optional flags that will be added to $RUSTFLAGS #rustflags = "" -# Enable rustc’s incremental compilation +# Enable or disable rustc’s incremental compilation +# The default is enabled in debug mode only. #incremental = false +#incremental = true # Whether to use ThinLTO or not #thinlto = false -- cgit v1.2.3