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

bchunk.spec

index 72940b475ad9801a2d342f8eb3c96583f0b9a6a5..204cd91d3f29858a0befe2438ac9b9b7bfe01163 100644 (file)
@@ -28,7 +28,7 @@ wspierany przez wi
 %setup -q
 
 %build
-%{__cc} %{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} %{name}.c -o %{name}
+%{__cc} %{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} %{name}.c -o %{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.103568 seconds and 4 git commands to generate.