From ffdfd1056e25d18f95776fbff43fceca864be95f Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 7 Apr 2002 19:52:42 +0000 Subject: - speedup large queries by ~50%. - revert to presentation ordering Yet Again (#62158). - non-glibc: on upgrade, mergesort is much faster than quicksort. CVS patchset: 5377 CVS date: 2002/04/07 19:52:42 --- db3/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db3') diff --git a/db3/configure b/db3/configure index b6724ac28..a96fb90d3 100755 --- a/db3/configure +++ b/db3/configure @@ -9,7 +9,7 @@ rm -f config.cache #ln -sf ../dist $db_dist # XXX edit CFLAGS= ... out of invocation args ??? -ARGS="`echo $* | sed -e 's% [^ ]*CFLAGS=[^ ]*%%' -e 's% -march=[^ ]*%%' -e 's% -mcpu=[^ ]*%%' -e 's%--cache-file=.*$%%'`" +ARGS="`echo $* | sed -e 's% [^ ]*CFLAGS=[^ ]*%%' -e 's% -[^-][^ ]*%%g' -e 's%--cache-file=.*$%%'`" CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure $ARGS \ --enable-shared --enable-static --enable-debug --enable-rpc \ -- cgit v1.2.3