]> git.ipfire.org Git - thirdparty/ccache.git/commit
Only pass dependency arguments to the preprocessor
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 17 Jul 2010 17:26:39 +0000 (19:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 17 Jul 2010 17:26:39 +0000 (19:26 +0200)
commit97b2778196df8afa05f88c7f5fadb9d3e7954aeb
treed4e7a1e49ef8e37f7b27f0223af2427251ce2f12
parent22ba5db1d494cf3ebcc00835beb213b53527f627
Only pass dependency arguments to the preprocessor

This should fix a problem with Intel's C++ compiler, which doesn't produce a
correct .d file when compiling preprocessed source. This way, the .d file
is kept from the preprocessor run.
ccache.c
test/test_argument_processing.c