X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fgen-syscall-events-callstack%2FMakefile.am;h=81800a50a01b3539afa4747d99f068d8b7a3654e;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hp=a62d164515aa1247dae356d4b31f4959235f79cd;hpb=b75d311fbb53cb2f9c857349a6cd1877b411ff60;p=lttng-tools.git diff --git a/tests/utils/testapp/gen-syscall-events-callstack/Makefile.am b/tests/utils/testapp/gen-syscall-events-callstack/Makefile.am index a62d16451..81800a50a 100644 --- a/tests/utils/testapp/gen-syscall-events-callstack/Makefile.am +++ b/tests/utils/testapp/gen-syscall-events-callstack/Makefile.am @@ -1,5 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only + 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