--coverage and multiple -arch flags
"Mingus, Brian" <[email protected]>
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <CAOTXEKTdPWHkDJPKMDHh0TGg6M+3y-zzMKa6kP0Cq0GoKpBQTQ@mail.gmail.com> |
Does anyone know why --coverage isn't supported? Compiler option --coverage is unsupported Failed; falling back to running the real compiler Additionally, multiple -arch flags are not supported. The source code says it would be too complicated. Isn't the resulting object file just a fat binary? Why not stick that in the cache? Thanks for any feedback, Brian