Changes between Initial Version and Version 1 of Ticket #38018


Ignore:
Timestamp:
Feb 11, 2013, 7:25:05 AM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Thanks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38018

    • Property Owner changed from macports-tickets@… to mmoll@…
    • Property Cc mmoll@… removed
  • Ticket #38018 – Description

    initial v1  
    1 Removing `-Wno-invalid-source-encoding` causes `clang++` to memory leak when it hits certain files used when compiling `doxygen`, which makes it take forever, to the point where I usually just end up ^C-ing it. I can see why removing this flag might be necessary for `gcc`, but couldn't this reinplace at least be done conditionally? i.e. do the reinplace iff `configure.compiler == gcc`; on the other hand, if `configure.compiler == clang`, then don't do it.
     1Removing `-Wno-invalid-source-encoding` causes `clang++` to memory leak when it hits certain files used when compiling `doxygen`, which makes it take forever, to the point where I usually just end up !^C-ing it. I can see why removing this flag might be necessary for `gcc`, but couldn't this reinplace at least be done conditionally? i.e. do the reinplace iff `configure.compiler == gcc`; on the other hand, if `configure.compiler == clang`, then don't do it.
    22
    33(r101062 for reference)