]> git.pld-linux.org Git - packages/antiword.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:20 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antiword.spec -> 1.2

antiword.spec

index f991fe6646689dbccbaf7959cb7e92db7b80ce2c..9dafd6e425d68d21d3c9b048b88f2cc8b88f5714 100644 (file)
@@ -28,7 +28,7 @@ Postscriptu. Antiword pr
 %patch0 -p1
 
 %build
-OPT="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" %{__make}
+OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.092561 seconds and 4 git commands to generate.