We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaa3cd commit e65b414Copy full SHA for e65b414
.ci/monolithic-windows.sh
@@ -79,6 +79,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
79
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
80
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
81
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
82
+ -D CMAKE_CXX_FLAGS_DEBUG=" /Z7 /Ob0 /Od /RTC1" \
83
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
84
85
# -D COMPILER_SUPPORTS_WARNING_WEAK_VTABLES=OFF \
0 commit comments