forked from frerich/clcache
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating PCH file (/Yc option) works in usual way as any other object, except that it will produce meta info (stdafx.pch.clcache file) contains it's cache key as identification of headers files and it's contents. Using PCH file (/Yu option) affects /showIncludes - it not contains PCH includes, so for generating manifest hash additionally used PCH cache key. So when PCH headers or it's content changed but no changes in source file or it's headers then it will produce different cache entry.
- Loading branch information
Showing
1 changed file
with
53 additions
and
3 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