Commits
Daniel Dunbar committed 121a23e185d
[dep] Always pass -g to linker, if building for debug config. - This fixes an issue with lldb being able to import the package. Test case will go into integration tests repo, since this is best handled with a test that checks we can debug and print variable values. - Fixes SR-85.