Opened 11 years ago

Last modified 11 years ago

#38018 closed defect

Doxygen: Prevent clang memory leak by adding back the flag reinplaced away by r101062 — at Version 1

Reported by: cooljeanius (Eric Gallager) Owned by: mmoll@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: css@…
Port: doxygen

Description (last modified by larryv (Lawrence Velázquez))

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.

(r101062 for reference)

Change History (1)

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: mmoll@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to mmoll@…

Thanks.

Note: See TracTickets for help on using tickets.