mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Fix a bug in the speedtest.tcl testing script that was introduced by
[7e9845433ff26bdc] FossilOrigin-Name: e4ffa86aa6ca82a42933281f6cbfca7bad702797eb8d6e684a1992e68dc1cfb7
This commit is contained in:
@ -146,7 +146,7 @@ if {[lsearch -glob $cflags -O*]<0} {
|
||||
lappend cflags -Os
|
||||
}
|
||||
if {!$osmalloc} {
|
||||
append cflags { --heap 40000000 64}
|
||||
append speedtestflags { --heap 40000000 64}
|
||||
}
|
||||
if {!$osmalloc && [lsearch -glob $cflags {-DSQLITE_ENABLE_MEMSYS*}]<0} {
|
||||
lappend cflags -DSQLITE_ENABLE_MEMSYS5
|
||||
|
Reference in New Issue
Block a user