]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Force run_second_cpp=true when generating profiling information
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 8 May 2024 18:45:13 +0000 (20:45 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 8 May 2024 19:03:01 +0000 (21:03 +0200)
commit911b899c6b51c3eb24e8b488361746ec590d2055
treef4d31a6ac7818e1c13db2711a69a4f99cc0a6efe
parent350d354b4502ddfc2638362be9f0d48862659900
fix: Force run_second_cpp=true when generating profiling information

If run_second_cpp=false the coverage report will refer to the temporary
preprocessed file instead of the source file. Fix this by forcing
run_second_cpp=true if profiling information is being generated.

Fixes #1441.
src/ccache/argprocessing.cpp