-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting it to false allows ccache to be shared across different package NEVRs, but the debuginfo files may contain incorrect information in exchange: https://ccache.dev/manual/4.10.html#config_hash_dir
- Loading branch information
Showing
5 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
A new option `hashdir` has been [added][PR#1399] to the ccache plugin. Setting | ||
it to false the build working directory from the hash used to distinguish two | ||
compilations when generating debuginfo. While this allows the compiler cache | ||
to be shared across different package NEVRs, it might cause the debuginfo to be | ||
incorrect. | ||
The option can be used for issue bisecting if running the debugger is | ||
unnecessary. ([issue#1395][]) |