summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-04-27 13:47:51 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-04-27 13:47:51 +0000
commit83c4dc982219f1aeb15ba191492e3f91da9aabae (patch)
treefa05bc8c89f2592bc0871c8e94cf2f70b5a93eb8
parent6539046350116dce7c206c7a35557ec13faf651b (diff)
- removed -O0 gcc flag
-rw-r--r--bind.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index cc43ba0..2981269 100644
--- a/bind.spec
+++ b/bind.spec
@@ -315,7 +315,7 @@ popd
%build
-export CFLAGS="$RPM_OPT_FLAGS -O0"
+export CFLAGS="$RPM_OPT_FLAGS"
%if %{IDN}
pushd contrib/idn/idnkit-1.0-src