X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fgen-syscall-events-callstack%2FMakefile.am;h=4d171ba80c70ed087642ccbd43f34c5b50aa9ccc;hp=a62d164515aa1247dae356d4b31f4959235f79cd;hb=51c2fb6c453e66de5f2552569daa490a4f02a4fd;hpb=5aeae4d41812bdbd3ce33ab2b1f80d4b5f408858 diff --git a/tests/utils/testapp/gen-syscall-events-callstack/Makefile.am b/tests/utils/testapp/gen-syscall-events-callstack/Makefile.am index a62d16451..4d171ba80 100644 --- a/tests/utils/testapp/gen-syscall-events-callstack/Makefile.am +++ b/tests/utils/testapp/gen-syscall-events-callstack/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS += -I$(top_srcdir)/tests/utils/ -AM_CFLAGS += -fno-omit-frame-pointer +AM_CFLAGS += -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer # The feature called Position Independent Execution (PIE) may be enabled by # default on some systems. Supporting this feature for this testapp would # increase the complexity of the testcases using this testapp as it would make