fredericgermain / LeakTracer

Continuation of the LeakTracer project
http://www.andreasen.org/LeakTracer/
GNU General Public License v2.0
315 stars 120 forks source link

backtrace cannot fully return the function call relationship #17

Open jwdgeek opened 1 month ago

jwdgeek commented 1 month ago

hello, my program uses the compiler optimization option Os that backtrace cannot fully return the function call relationship. Have you ever encountered whis problem. I tried adding '-funwind-tables -rdynamic -finstrument-functions' compilation options but these didn't work.