]> git.ipfire.org Git - thirdparty/ccache.git/commit
Enforce cpp2 mode on macOS if -g is given
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 5 Mar 2021 19:37:51 +0000 (20:37 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 6 Mar 2021 18:02:37 +0000 (19:02 +0100)
commit19fa063b109006373be9d00c2b1a5f0d32086c3f
tree3383d062c8640963a62ee5ee83d49378f77a9163
parent59202ffbe57cc81679c02abafd2222819e4bde41
Enforce cpp2 mode on macOS if -g is given

Newer Clang versions on macOS apparently produce different debug
information when compiling preprocessed code.

As mentioned in issue #807.
src/argprocessing.cpp