-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hashdir release notes snippet wording
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +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. | ||
it to `False` excludes 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][]) |