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

libsigc++.spec

index e05c9e812948d83b43740c7c34c549b0ca6470a9..d5cf00c257cceb299eab597100abcfde5f9f7c2e 100644 (file)
@@ -51,7 +51,7 @@ Static Typesafe Signal Framework for C++ libraries.
 %setup -q
 
 %build
-CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-exceptions"
+CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -fno-exceptions"
 %configure
 
 %{__make}
This page took 0.193465 seconds and 4 git commands to generate.