On Mon, Jun 18, 2012 at 5:30 AM, Konstantin Belousov <[email protected]> wrote: > # prevent function inlining > -crasher: crasher.c > - $(CC) -O0 -o crasher crasher.c > +crasher_CFLAGS=-O0
This still causes crasher to be built with -O0 -O2 and the test fails for me with: Segmentation fault (core dumped) FAILURE: start IPs incorrect FAIL: run-coredump-unwind You might want to try something along the lines of: http://lists.gnu.org/archive/html/automake/2005-09/msg00108.html I pulled the other patch. Thanks. -Arun _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
