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

SVGATextMode.spec

index 55d82758bcc09cd7d90231eab344b8cf054abe4f..9b0cfd486e1499b648409a4ca45d9af8b79d54f7 100644 (file)
@@ -44,7 +44,7 @@ wi
 %build
 %{__make} dep
 %{__make} all \
-       CFLAGS_DEFAULT="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       CFLAGS_DEFAULT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
        LDFLAGS_DEFAULT="%{!?debug:-s}"
 
 %install
This page took 0.024789 seconds and 4 git commands to generate.