- build with -O0 (rawhide builds)

This commit is contained in:
Adam Tkac 2008-04-30 09:08:24 +00:00
parent 44f4a7a882
commit 19191709fc
1 changed files with 1 additions and 1 deletions

View File

@ -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"