summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarel Zak2007-05-16 11:58:22 +0200
committerKarel Zak2007-05-16 11:58:22 +0200
commit0f521197aecf77a3d59451f9a9eabaf0b27f1ad5 (patch)
tree079a5923aa1da339db9e864bfa51cd95e8ae68c5 /config
parentbuild-sys: add Automake option dist-bzip2 (diff)
downloadkernel-qcow2-util-linux-0f521197aecf77a3d59451f9a9eabaf0b27f1ad5.tar.gz
kernel-qcow2-util-linux-0f521197aecf77a3d59451f9a9eabaf0b27f1ad5.tar.xz
kernel-qcow2-util-linux-0f521197aecf77a3d59451f9a9eabaf0b27f1ad5.zip
build-sys: remove -fomit-frame-pointer
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>
Diffstat (limited to 'config')
-rw-r--r--config/include-Makefile.am2
1 files changed, 1 insertions, 1 deletions
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