diff options
Diffstat (limited to 'test/speedtest.tcl')
-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 |