1
0
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:
drh
2025-05-26 17:29:13 +00:00
parent 209894c2f5
commit f96d44e5de
3 changed files with 9 additions and 9 deletions

View File

@ -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