]> err.no Git - util-linux/commitdiff
build-sys: remove -fomit-frame-pointer
authorKarel Zak <kzak@redhat.com>
Wed, 16 May 2007 09:58:22 +0000 (11:58 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 May 2007 09:58:22 +0000 (11:58 +0200)
The -fomit-frame-pointer option makes debugging impossible on some
machines. It is automatically enabled by -O<n> optimizations.

Signed-off-by: Karel Zak <kzak@redhat.com>
config/include-Makefile.am

index eea8e256bc6b682c8c5022f8826dbf8fc2b6d834..59f40b97d878cffd64841f7713e9342ad6fa3f3f 100644 (file)
@@ -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