Set compiler flag -g -glldb Linux

Hi all,

Is there a way to set the compiler to output lldb tailored debug symbols in the Projucer as a compiler flag on Linux? Using -g -glldb? Obviously only for debug builds.

I have my CC and CXX environment vars pointing to clang.

Thanks

Of course - all the exporter types in the Projucer have a section for custom compiler/linker flags

Sorry,

Cheers Jules.

I was being a muppet thinking it wouldn’t overwrite the default flag that was being exported to the makefile.

Thanks