From f456cc18edc2699b41343055cf05194ba8d946e4 Mon Sep 17 00:00:00 2001 From: Dan Kennedy Date: Sat, 12 Aug 2023 19:58:47 +0000 Subject: [PATCH] Fix the mdevtest target so that it works with msvc. --- test/releasetest_data.tcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/releasetest_data.tcl b/test/releasetest_data.tcl index da77564a83..4ed57a9c8e 100644 --- a/test/releasetest_data.tcl +++ b/test/releasetest_data.tcl @@ -678,6 +678,12 @@ proc main_trscript {args} { lappend opts -DSQLITE_ENABLE_PREUPDATE_HOOK lappend opts -DSQLITE_ENABLE_SESSION } + --enable-all { + } + --enable-debug { + # lappend makeOpts OPTIMIZATIONS=0 + lappend opts -DSQLITE_DEBUG + } default { error "Cannot translate $param for MSVC" } -- 2.11.4.GIT