diff options
Diffstat (limited to 'doc/compile-for-windows.md')
-rw-r--r-- | doc/compile-for-windows.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/compile-for-windows.md b/doc/compile-for-windows.md index b8a50afb3..5e6a2d1a2 100644 --- a/doc/compile-for-windows.md +++ b/doc/compile-for-windows.md @@ -59,8 +59,16 @@ canonical source on a new Windows 11 PC, as of 2023-11-01: <li> `nmake /f makefile.msc sqlite3.c` <li> `nmake /f makefile.msc devtest` <li> `nmake /f makefile.msc releasetest` + <li> `nmake /f makefile.msc sqlite3.exe` </ul> + 7. For a debugging build of the CLI, where the ".treetrace" and ".wheretrace" + commands work, add the DEBUG=3 argument to nmake. Like this: + <ul> + <li> `nmake /f makefile.msc DEBUG=3 clean sqlite3.exe` + </ul> + + ## 32-bit Builds Doing a 32-bit build is just like doing a 64-bit build with the |