1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Add SQLITE_USE_ALLOCA to the --lean configuration in speed-check.sh.

FossilOrigin-Name: fe07609efc31c4639c40fbda501c55f443756ad2
This commit is contained in:
drh
2016-10-01 23:55:23 +00:00
parent 445f3d564c
commit 1a7df58c1a
3 changed files with 8 additions and 7 deletions

View File

@ -34,6 +34,7 @@ LEAN_OPTS="$LEAN_OPTS -DSQLITE_OMIT_DECLTYPE"
LEAN_OPTS="$LEAN_OPTS -DSQLITE_OMIT_DEPRECATED"
LEAN_OPTS="$LEAN_OPTS -DSQLITE_OMIT_PROGRESS_CALLBACK"
LEAN_OPTS="$LEAN_OPTS -DSQLITE_OMIT_SHARED_CACHE"
LEAN_OPTS="$LEAN_OPTS -DSQLITE_USE_ALLOCA"
doExplain=0
doCachegrind=1
while test "$1" != ""; do