From c65b36f06837e4e8f7f0960ac4308f75f63d0ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 6 Oct 2005 16:13:31 +0000 Subject: enable -debug packages for 2007, build with -fasynchronous-unwind-tables on x86 and -fexceptions everywhere (including for C code) --- macros.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros.in') diff --git a/macros.in b/macros.in index 8dd3403..23dba75 100644 --- a/macros.in +++ b/macros.in @@ -55,7 +55,7 @@ # (e.g. per-platform, per-system, per-packager, per-package) macros. # -# %_enable_debug_packages +%_enable_debug_packages 1 %debugcflags %{?_enable_debug_packages:-g} @@ -66,7 +66,7 @@ %ix86 i386 i486 i586 i686 pentium3 pentium4 athlon k6 # common compilation flags -%__common_cflags -O2 %{debugcflags} -pipe -Wp,-D_FORTIFY_SOURCE=2 +%__common_cflags -O2 %{debugcflags} -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions #============================================================================== # ---- Optional rpmrc macros. -- cgit v1.2.1