From 19191709fce0ef8007fb38dcb7ac9d66a9cd68cd Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Wed, 30 Apr 2008 09:08:24 +0000 Subject: [PATCH] - build with -O0 (rawhide builds) --- bind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index c654d5f..aada54e 100644 --- a/bind.spec +++ b/bind.spec @@ -239,7 +239,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %build -export CFLAGS="$CFLAGS $RPM_OPT_FLAGS" +export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0" export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" export STD_CDEFINES="$CPPFLAGS"