diff options
Diffstat (limited to 'gprof/configure')
-rwxr-xr-x | gprof/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/configure b/gprof/configure index b830da0..2acae7b 100755 --- a/gprof/configure +++ b/gprof/configure @@ -13972,7 +13972,7 @@ if ${gprof_cv_sys_native+:} false; then : else gprof_cv_sys_native=no if test x"${host}" = x"${target}" \ - && ${CC-cc} -O2 -pg -o tst-gmon $srcdir/testsuite/tst-gmon.c; then + && ${CC-cc} -O2 -fno-omit-frame-pointer -pg -o tst-gmon $srcdir/testsuite/tst-gmon.c; then rm -f gmon.out ./tst-gmon if test -s gmon.out; then |