I've been writing a small program in HolyC that parses XML, and all the string manipulation is resulting in a bunch of leaked memory. I'd like to be able to compile my program with debug symbols for use with valgrind, if possible.
From what I see in the compiler source, gcc/clang are used primary for compiling assembly. I'm assuming that means that debug symbols are never created, but I wanted to check and see if there's something I'm missing? In any case, I'd love to see this as a feature in the future.
I've been writing a small program in HolyC that parses XML, and all the string manipulation is resulting in a bunch of leaked memory. I'd like to be able to compile my program with debug symbols for use with valgrind, if possible.
From what I see in the compiler source, gcc/clang are used primary for compiling assembly. I'm assuming that means that debug symbols are never created, but I wanted to check and see if there's something I'm missing? In any case, I'd love to see this as a feature in the future.