Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 257489 | Differences between
and this patch

Collapse All | Expand All

(-)audacity-src-1.3.7/lib-src/sbsms/configure.in (-8 lines)
Lines 123-136 else Link Here
123
fi
123
fi
124
AM_CONDITIONAL(ENABLE_PORTAUDIO, test x$enable_portaudio = xyes)
124
AM_CONDITIONAL(ENABLE_PORTAUDIO, test x$enable_portaudio = xyes)
125
125
126
CXXFLAGS=`echo $CXXFLAGS | sed -e "s/-g//" -e "s/-O2//"`
127
128
if test x$enable_debug = xyes; then
129
   CXXFLAGS="$CXXFLAGS -g -O0"
130
else
131
   CXXFLAGS="$CXXFLAGS -O3 -fomit-frame-pointer"
132
fi
133
134
if test x$enable_static = xyes; then
126
if test x$enable_static = xyes; then
135
   CXXFLAGS="$CXXFLAGS"
127
   CXXFLAGS="$CXXFLAGS"
136
else
128
else
(-)audacity-src-1.3.7/lib-src/sbsms/configure (-8 lines)
Lines 15359-15372 else Link Here
15359
fi
15359
fi
15360
15360
15361
15361
15362
CXXFLAGS=`echo $CXXFLAGS | sed -e "s/-g//" -e "s/-O2//"`
15363
15364
if test x$enable_debug = xyes; then
15365
   CXXFLAGS="$CXXFLAGS -g -O0"
15366
else
15367
   CXXFLAGS="$CXXFLAGS -O3 -fomit-frame-pointer"
15368
fi
15369
15370
if test x$enable_static = xyes; then
15362
if test x$enable_static = xyes; then
15371
   CXXFLAGS="$CXXFLAGS"
15363
   CXXFLAGS="$CXXFLAGS"
15372
else
15364
else

Return to bug 257489