]> git.ipfire.org Git - thirdparty/ccache.git/commit
Don't hash compiler option -fdebug-prefix-map=
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 8 Jan 2014 19:29:33 +0000 (20:29 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 8 Jan 2014 19:33:31 +0000 (20:33 +0100)
commitdc2a53afb44cb083b64d3e6ef46a42d5ebabe4e0
tree0b696c06c07df5412ad20fe4b00d349c76a53b00
parent51533b59fb71332134e8a245790b2f891bb2a889
Don't hash compiler option -fdebug-prefix-map=

The -fdebug-prefix-map option may be used in combination with
CCACHE_BASEDIR to reuse results across different directories.

Based on a patch by Pawel Sikora.
ccache.c