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

STLport.spec

index c77a45c166d927fd6ec15e19bb1d9251e6d183fc..30696b8dd26254955cfd8c9a8c8972f6edb8dd8a 100644 (file)
@@ -55,7 +55,7 @@ Biblioteki statyczne do STLport.
 
 %build
 cd src
-CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
 %{__make} -f gcc.mak 
 
 %install
This page took 0.095175 seconds and 4 git commands to generate.