mirror of
https://github.com/reactos/ccache.git
synced 2025-02-04 18:47:01 +00:00
CCACHE_NOCOMPRESS needs to be set in order to use hard links
This commit is contained in:
parent
909a0ebde7
commit
f98719bc90
@ -193,7 +193,8 @@ CCACHE_HARDLINK then ccache will attempt to use hard links from the
|
||||
cache directory when creating the compiler output rather than using a
|
||||
file copy. Using hard links is faster, but can confuse programs like
|
||||
'make' that rely on modification times. Hard links are never made for
|
||||
compressed cache files.
|
||||
compressed cache files. This means that you typically also should set
|
||||
the CCACHE_NOCOMPRESS variable if you want to use hard links.
|
||||
|
||||
dit(bf(CCACHE_RECACHE)) This forces ccache to not use any cached
|
||||
results, even if it finds them. New results are still cached, but
|
||||
|
Loading…
x
Reference in New Issue
Block a user