From 4a5a03bbba8a8100d84bf5c30709eec133dda282 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Tue, 22 Aug 2006 07:43:14 +0000 Subject: [PATCH] 10l in r553 git-svn-id: svn://svn.videolan.org/x264/trunk@558 df754926-b1dd-0310-bc7b-ec298dee348c --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 130a1c99..5f11e729 100755 --- a/configure +++ b/configure @@ -338,7 +338,7 @@ if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then VFW_LDFLAGS="$VFW_LDFLAGS -s" fi -if [ "$debug" == "yes" ]; then +if [ "$debug" = "yes" ]; then CFLAGS="-O1 -g $CFLAGS" else CFLAGS="-O4 -ffast-math $CFLAGS" -- 2.40.0