]> git.pld-linux.org Git - packages/bin86.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:
    bin86.spec -> 1.24

bin86.spec

index 4fe751abaf3511eb40bf8dec7a5f88f712839eb2..54f31d3ac84a271a80da524482cf288e13f8b257 100644 (file)
@@ -48,7 +48,7 @@ programlar, bu pakete gereksinim duyarlar.
 %setup -q -n %{name}
 
 %build
-%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" LDFLAGS="%{?debug:-s}"
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" LDFLAGS="%{?debug:-s}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.069998 seconds and 4 git commands to generate.