]> git.pld-linux.org Git - packages/bchunk.git/blobdiff - bchunk.spec
Massive attack. We use -O0 instead -O flags while debug enabled.
[packages/bchunk.git] / 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.058839 seconds and 4 git commands to generate.