diff options
author | jbj <devnull@localhost> | 2002-04-07 19:52:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-07 19:52:42 +0000 |
commit | ffdfd1056e25d18f95776fbff43fceca864be95f (patch) | |
tree | 56e72d723560122b38d8a2eb3a00e147ae0440e0 /db3 | |
parent | 6e2d56377d4ac91f44918e58918d777540f6565c (diff) | |
download | rpm-ffdfd1056e25d18f95776fbff43fceca864be95f.tar.gz rpm-ffdfd1056e25d18f95776fbff43fceca864be95f.tar.bz2 rpm-ffdfd1056e25d18f95776fbff43fceca864be95f.zip |
- 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
Diffstat (limited to 'db3')
-rwxr-xr-x | db3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |