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

doxygen.spec

index e0368ac4e344dce3e4fe76b7cd703d2156fa1114..68ccb344f10c586bd88b29e983a3598c75ba34a6 100644 (file)
@@ -36,8 +36,8 @@ export QTDIR=%{_prefix}
        --prefix %{_prefix} \
        --perl %{_bindir}/perl \
 
-%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
-       CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} \
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       CXXFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} \
        -DQT_NO_CODECS -DQT_LITE_UNICODE -fno-rtti -fno-exceptions"
 
 %{__make} docs
This page took 0.055853 seconds and 4 git commands to generate.