]> git.pld-linux.org Git - packages/perl-Math-PRSG.git/blobdiff - perl-Math-PRSG.spec
Massive attack. We use -O0 instead -O flags while debug enabled.
[packages/perl-Math-PRSG.git] / perl-Math-PRSG.spec
index a5b243cfbac9358bc9499639caa132fa365d3b39..55c7620c5f0af1589bced84215eb1987abe160bf 100644 (file)
@@ -28,7 +28,7 @@ Math-PRSG - interfejs do funkcji generowania pseudolosowych sekwencji.
 
 %build
 perl Makefile.PL
-%{__make} OPTIMIZE="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} OPTIMIZE="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.055185 seconds and 4 git commands to generate.