1
Fork 0

Enable relative span hashing.

This commit is contained in:
Camille GILLOT 2021-06-10 20:34:42 +02:00
parent 66e0316414
commit 65f342daea
4 changed files with 3 additions and 5 deletions

View file

@ -1338,8 +1338,6 @@ options! {
incremental_info: bool = (false, parse_bool, [UNTRACKED],
"print high-level information about incremental reuse (or the lack thereof) \
(default: no)"),
incremental_relative_spans: bool = (false, parse_bool, [TRACKED],
"hash spans relative to their parent item for incr. comp. (default: no)"),
incremental_verify_ich: bool = (false, parse_bool, [UNTRACKED],
"verify incr. comp. hashes of green query instances (default: no)"),
inline_in_all_cgus: Option<bool> = (None, parse_opt_bool, [TRACKED],