]> git.pld-linux.org Git - packages/xbill.git/commitdiff
Massive attack. We use -O0 instead -O flags while debug enabled.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Jan 2001 20:03:52 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xbill.spec -> 1.14

xbill.spec

index 68402dfdebac5fa2ff52db3760baf6b62d9722ce..326aab02fecdfd386104402eba9c5ba835687b74 100644 (file)
@@ -33,7 +33,7 @@ option as the Linux Age progresses, and it is very popular at Red Hat.
 %build
 xmkmf
 %{__make} \
-       CXXDEBUGFLAGS="%{?debug:-g -O}%{!?debug:$RPM_OPT_FLAGS} \
+       CXXDEBUGFLAGS="%{?debug:-g -O0}%{!?debug:$RPM_OPT_FLAGS} \
        -fno-rtti -fno-exceptions -fno-implicit-templates"
 
 %install
This page took 1.679452 seconds and 4 git commands to generate.