From: Karel Zak Date: Wed, 16 May 2007 09:58:22 +0000 (+0200) Subject: build-sys: remove -fomit-frame-pointer X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f521197aecf77a3d59451f9a9eabaf0b27f1ad5;p=util-linux build-sys: remove -fomit-frame-pointer The -fomit-frame-pointer option makes debugging impossible on some machines. It is automatically enabled by -O optimizations. Signed-off-by: Karel Zak --- diff --git a/config/include-Makefile.am b/config/include-Makefile.am index eea8e256..59f40b97 100644 --- a/config/include-Makefile.am +++ b/config/include-Makefile.am @@ -4,7 +4,7 @@ usrsbinexecdir = ${exec_prefix}/sbin AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \ -DLOCALEDIR=\"$(localedir)\" -AM_CFLAGS = -fsigned-char -fomit-frame-pointer +AM_CFLAGS = -fsigned-char # Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals. # Unlike with other dist primaries, the files are not distributed if the