Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Toolchain "LLVM with Clang (MacOSX)" is not detected.

On 29 March 2018 at 10:46:49, Liviu Ionescu (ilg@xxxxxxxxxx) wrote:

> ... as if the debug information was not recognised (although -g3
> was used...)

this is another small problem with the plug-in, -g3 might be silently
accepted, but officially only -g0 and -g are supported, so the plug-in
should not offer -g3.

on the other hand, for the debug info to propagate out, -g must also
be added to the link step, but there is no such setting, the option
can only be added in the Miscellaneous -> Linker flags field.


not very friendly, I would say... :-(


regards,

Liviu


Back to the top