Fix: tests: missing frame pointer for callstack test on some compiler
[lttng-tools.git] / tests / utils / testapp / gen-syscall-events-callstack / Makefile.am
index a62d164515aa1247dae356d4b31f4959235f79cd..4d171ba80c70ed087642ccbd43f34c5b50aa9ccc 100644 (file)
@@ -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
This page took 0.022852 seconds and 4 git commands to generate.