From 0d8c3b8961115142967816ae52be964f4c4a6e84 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Mon, 25 Aug 2025 16:58:33 -0700 Subject: [PATCH] docs: Update build instructions to match CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3f0c63..6bdc85f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To build you need CMake 3.15+ and Visual Studio 2015 or above. 2. Create a build directory: `cmake -E make_directory build` 3. Change to the build directory: `cd build` 4. Make the CMake project: `cmake ..` -5. Build: `cmake --build .` +5. Build: `cmake --build . --config RelWithDebInfo` ## Docs