Skip to content

Commit 32aa10f

Browse files
Use the release mode MSVCRT for libmongocrypt builds
1 parent ba635a1 commit 32aa10f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/libmongocrypt.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export async function buildLibMongoCrypt(libmongocryptRoot, nodeDepsRoot, option
103103
? toCLIFlags({
104104
// Tell CMake that binaries should link with the static MSVC runtime instead of
105105
// the default dynamic one.
106-
DCMAKE_MSVC_RUNTIME_LIBRARY: 'MultiThreaded$<$<CONFIG:Debug>:Debug>',
106+
DCMAKE_MSVC_RUNTIME_LIBRARY: 'MultiThreaded',
107107
// Tell CMake to use the MSVC 64-bit compiler toolchain
108108
T: 'host=x64',
109109
// Tell CMake to generate a 64-bit binaries

0 commit comments

Comments
 (0)