From e62068955657b15e0c9b35141f608d25f171d86b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 25 Jan 2001 20:03:20 +0000 Subject: [PATCH] Massive attack. We use -O0 instead -O flags while debug enabled. Changed files: antiword.spec -> 1.2 --- antiword.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antiword.spec b/antiword.spec index f991fe6..9dafd6e 100644 --- a/antiword.spec +++ b/antiword.spec @@ -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 -- 2.44.0