diff options
| author | Tatsuyuki Ishi <ishitatsuyuki@gmail.com> | 2017-03-09 17:49:37 +0900 |
|---|---|---|
| committer | Tatsuyuki Ishi <ishitatsuyuki@gmail.com> | 2017-03-11 20:00:05 +0900 |
| commit | e31e264c55be03e7ca9477bfb32ffa03387ac8a2 (patch) | |
| tree | db9bbf539a6b6e5706697965e6bdda9349fdad13 /src/bootstrap/config.toml.example | |
| parent | 8c72b7651f231f589bc81d78fb9602d5a0899213 (diff) | |
| download | rust-e31e264c55be03e7ca9477bfb32ffa03387ac8a2.tar.gz rust-e31e264c55be03e7ca9477bfb32ffa03387ac8a2.zip | |
rustbuild: Make save-analysis an option
Diffstat (limited to 'src/bootstrap/config.toml.example')
| -rw-r--r-- | src/bootstrap/config.toml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index 776bd729119..42cf3dcabf4 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -229,6 +229,9 @@ # saying that the FileCheck executable is missing, you may want to disable this. #codegen-tests = true +# Flag indicating whether the API analysis data should be saved. +#save-analysis = false + # ============================================================================= # Options for specific targets # |
