Skip to content

Commit e65b414

Browse files
committed
Update debug flags to avoid using the Program Database.
1 parent cdaa3cd commit e65b414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/monolithic-windows.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
7979
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
8080
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
8181
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
82+
-D CMAKE_CXX_FLAGS_DEBUG=" /Z7 /Ob0 /Od /RTC1" \
8283
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
8384

8485
# -D COMPILER_SUPPORTS_WARNING_WEAK_VTABLES=OFF \

0 commit comments

Comments
 (0)