From f96d44e5dea47a266f69841bdc86d90bc3f8c3e8 Mon Sep 17 00:00:00 2001 From: drh <> Date: Mon, 26 May 2025 17:29:13 +0000 Subject: Fix a bug in the speedtest.tcl testing script that was introduced by [7e9845433ff26bdc] FossilOrigin-Name: e4ffa86aa6ca82a42933281f6cbfca7bad702797eb8d6e684a1992e68dc1cfb7 --- test/speedtest.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3