}
}
- // The comparison using >= is intentional, due to a possible race
- // between starting compilation and writing the include file.
- // See https://github.com/ccache/ccache/blob/master/MANUAL.txt
+ // The comparison using >= is intentional, due to a possible race between
+ // starting compilation and writing the include file. See also the notes
+ // under "Performance" in MANUAL.txt.
if (!(conf->sloppiness & SLOPPY_INCLUDE_FILE_MTIME)
&& st.st_mtime >= time_of_compilation) {
cc_log("Include file %s too new", path);