aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/speedtest.tcl2
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