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

apache1-mod_xslt.spec

index 600a7267d80038716b0f5b80b7d1b662ed41bef8..79815409c4d756f1ebabab34982d9b39031fb5fa 100644 (file)
@@ -33,7 +33,7 @@ is text/html. The translation occurs transparently to the user.
 %setup -q -n mod_xslt
 
 %build
-CFLAGS="$RPM_OPT_FLAGS %{?debug:-g -O}"; export CFLAGS
+CFLAGS="$RPM_OPT_FLAGS %{?debug:-g -O0}"; export CFLAGS
 %{__make} APXS=%{_sbindir}/apxs
 
 %install
This page took 0.090474 seconds and 4 git commands to generate.