On 14/02/13 13:59, Paul Menzel wrote: > how can I find out if a binary was compiled with `-fomit-frame-pointers` > or not?
You can't easily - it's not a either/or thing anyway. Different object files that are linked into the binary may have been compiled with and without it. Tom -- Tom Hughes ([email protected]) http://compton.nu/ ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
