Richard Elling d5d2ef2b26 compile with -fno-omit-frame-pointer
By default, depending on the version, gcc can reuse the frame pointer register.
This is a micro-optimization that might help on some very old x86 processors.
However, it also makes dynamic tracing less useful because the stacks cannot
be easily observed.

This rule change instructs gcc to use the -fno-omit-frame-pointer option
when compiling.

Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Elling <Richard.Elling@RichardElling.com>
Closes #8617
2019-04-14 11:04:54 -07:00
..
2018-05-01 10:33:35 -07:00
2019-01-06 10:39:41 -08:00
2019-03-29 09:13:20 -07:00
2011-04-19 10:10:47 -07:00
2019-03-06 16:03:03 -08:00
2017-01-03 11:31:18 -06:00
2018-05-29 16:00:33 -07:00
2012-10-14 13:06:48 -07:00
2016-11-04 10:46:40 -07:00
2018-08-27 10:04:21 -07:00
2017-01-03 11:31:18 -06:00
2019-03-29 09:13:20 -07:00
2019-03-02 16:19:05 -08:00
2018-05-29 14:51:39 -07:00
2019-04-14 11:04:54 -07:00
2018-05-29 14:51:39 -07:00
2018-03-28 10:19:22 -07:00
2016-03-18 13:31:11 -07:00
2018-11-11 18:06:36 -08:00
2016-03-18 13:31:11 -07:00
2018-12-11 16:01:41 -08:00
2018-05-29 16:00:33 -07:00