]> git.pld-linux.org Git - packages/bsd-games.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:
    bsd-games.spec -> 1.21

bsd-games.spec

index bedff0d7a31deb353f798c830c94187aad49bdc4..d89aa796b59bb3ab5add79104c5537df29547106 100644 (file)
@@ -67,7 +67,7 @@ oyunlar i
 
 %build
 %{__make} LDFLAGS="%{?debug:-s}" \
-       OPTIMIZE="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+       OPTIMIZE="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.105355 seconds and 4 git commands to generate.