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 Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.