diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-03-16 21:59:07 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-03-16 21:59:07 +0100 |
commit | af1edaa8830f7b68a645374c912d1874796315cd (patch) | |
tree | 1237fc8ac32999407c6824b12c26eb1b38b7d2ac /components/script/dom/servoparser | |
parent | e34aac03ffc1cff060eef26b7ed96a69dfd5b08f (diff) | |
download | servo-af1edaa8830f7b68a645374c912d1874796315cd.tar.gz servo-af1edaa8830f7b68a645374c912d1874796315cd.zip |
Fix "option `Z` is unstable" warning on geckolib with incremental=true
`incremental = true` can be set in the `[build]` section of `.servobuild`
to enable incremental compilation.
In `./mach build-geckolib`, which uses a stable version of the compiler,
this would cause a warning repeated for each invocation of rustc:
```
warning: the option `Z` is unstable and should only be used on the nightly
compiler, but it is currently accepted for backwards compatibility;
this will soon change, see issue #31847 for more details
```
This PR disables incremental compilation for `build-geckolib`,
regardless of `.servobuild` settings.
Diffstat (limited to 'components/script/dom/servoparser')
0 files changed, 0 insertions, 0 deletions