diff options
author | drh <> | 2025-05-26 17:29:13 +0000 |
---|---|---|
committer | drh <> | 2025-05-26 17:29:13 +0000 |
commit | f96d44e5dea47a266f69841bdc86d90bc3f8c3e8 (patch) | |
tree | 5272f8ec74c0b24c9b780492b307263f5591ecf1 /test | |
parent | 209894c2f57effcf366e39f70d256d58e7dcb893 (diff) | |
download | sqlite-f96d44e5dea47a266f69841bdc86d90bc3f8c3e8.tar.gz sqlite-f96d44e5dea47a266f69841bdc86d90bc3f8c3e8.zip |
Fix a bug in the speedtest.tcl testing script that was introduced by
[7e9845433ff26bdc]
FossilOrigin-Name: e4ffa86aa6ca82a42933281f6cbfca7bad702797eb8d6e684a1992e68dc1cfb7
Diffstat (limited to 'test')
-rwxr-xr-x | test/speedtest.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/speedtest.tcl b/test/speedtest.tcl index 473a30ec2..7cd3b5fa1 100755 --- a/test/speedtest.tcl +++ b/test/speedtest.tcl @@ -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 |