Skip to content

Commit cc75014

Browse files
committed
No debug build of aws-lc on Windows
1 parent bdd6bc6 commit cc75014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws-lc-sys/builder/cmake_builder.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ impl CmakeBuilder {
9090
} else {
9191
cmake_cfg.define("CMAKE_BUILD_TYPE", "release");
9292
}
93+
} else if target_os() == "windows" {
94+
cmake_cfg.define("CMAKE_BUILD_TYPE", "relwithdebinfo");
9395
} else {
9496
cmake_cfg.define("CMAKE_BUILD_TYPE", "debug");
9597
}

0 commit comments

Comments
 (0)