diff options
author | Karel Zak | 2007-05-16 11:58:22 +0200 |
---|---|---|
committer | Karel Zak | 2007-05-16 11:58:22 +0200 |
commit | 0f521197aecf77a3d59451f9a9eabaf0b27f1ad5 (patch) | |
tree | 079a5923aa1da339db9e864bfa51cd95e8ae68c5 /config | |
parent | build-sys: add Automake option dist-bzip2 (diff) | |
download | kernel-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.am | 2 |
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 |