The Samba-Bugzilla – Attachment 9412 Details for
Bug 10215
ccache hashes --ccache-skiped options?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
hack/workaround
hack.diff (text/plain), 656 bytes, created by
Pawel Sikora
on 2013-11-13 08:14:37 UTC
(
hide
)
Description:
hack/workaround
Filename:
MIME Type:
Creator:
Pawel Sikora
Created:
2013-11-13 08:14:37 UTC
Size:
656 bytes
patch
obsolete
>--- ccache.c.orig 2013-01-06 17:57:59.000000000 +0100 >+++ ccache.c 2013-10-18 10:35:32.266543168 +0200 >@@ -942,6 +942,13 @@ calculate_object_hash(struct args *args, > continue; > } > >+ if (str_startswith(args->argv[i], "-fdebug-prefix-map=")) { >+ /* The -fdebug-prefix-map may be used with CCACHE_BASEDIR to reuse >+ compilation objects across multiple branches compiled in different >+ directories. Skip it from hashing. */ >+ continue; >+ } >+ > /* When using the preprocessor, some arguments don't contribute > to the hash. The theory is that these arguments will change > the output of -E if they are going to have any effect at
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 10215
:
9300
| 9412