Skip to content

Commit

Permalink
document the change
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored May 17, 2024
1 parent 4950951 commit 6b2c27d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ where
// Try to look for a cached preprocessing step for this compilation
// request.
let preprocessor_cache_mode_config = storage.preprocessor_cache_mode_config();
// Disable preprocessor cache when doing distributed compilation
let mut preprocessor_key =
if !may_dist && preprocessor_cache_mode_config.use_preprocessor_cache_mode {
preprocessor_cache_entry_hash_key(
Expand Down

0 comments on commit 6b2c27d

Please sign in to comment.