Closed tony-p closed 6 months ago
Add option CTCACHE_STRIP_SRC to also strip paths defined in CTCACHE_STRIP from source files.
CTCACHE_STRIP_SRC
CTCACHE_STRIP
Converts standard string replace to regex substitution as it is factors faster, especially on the large source inputs
Thanks for the PR.
Add option
CTCACHE_STRIP_SRC
to also strip paths defined inCTCACHE_STRIP
from source files.Converts standard string replace to regex substitution as it is factors faster, especially on the large source inputs