summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFalk Hüffner <mellum@users.sourceforge.net>2004-03-24 23:32:48 +0000
committerFalk Hüffner <mellum@users.sourceforge.net>2004-03-24 23:32:48 +0000
commit7906085fcc33feb5a0c617f5e01065bb9d0caa86 (patch)
tree830c3feb8c2c6333c5581ab5ae54d06ff267cc7d /configure
parentd957696f173ab3c9f222ab097669ed8f0b3951c2 (diff)
warning patrol
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index eb41868f51..700de7460d 100755
--- a/configure
+++ b/configure
@@ -855,7 +855,7 @@ if test "$sdl" = "no" ; then
fi
if test "$debug" = "yes"; then
- CFLAGS="$CFLAGS -g"
+ CFLAGS="-g $CFLAGS"
fi
if test "$optimize" = "small"; then
@@ -868,7 +868,7 @@ if test "$optimize" = "yes"; then
CFLAGS="$CFLAGS -O5"
LDFLAGS="$LDFLAGS -O5"
else
- CFLAGS="$CFLAGS -O3"
+ CFLAGS="-O3 $CFLAGS"
fi
fi