Debugging Symbols Lost When Linking?

前端 未结 2 626
粉色の甜心
粉色の甜心 2021-02-19 01:25

I\'m trying to compile a program with debugging symbols so that valgrind will give me line numbers. I have found that if I compile a simple test program in one go (with -g) then

2条回答
  •  北海茫月
    2021-02-19 02:04

    Just for marking this question as "answered" (so it's not needlessly opened and read by others).

    => Answer is found as the comment from "user1288111" to the initial question.

提交回复
热议问题