From 0f521197aecf77a3d59451f9a9eabaf0b27f1ad5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 16 May 2007 11:58:22 +0200 Subject: 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 --- config/include-Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/include-Makefile.am b/config/include-Makefile.am index eea8e256b..59f40b97d 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 -- cgit v1.2.3-55-g7522