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 6b59501 commit ba2766fCopy full SHA for ba2766f
.ci/monolithic-windows.sh
@@ -49,7 +49,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
49
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
50
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
51
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
52
- -D CMAKE_CXX_FLAGS="-Wno-c++98-compat -Wno-c++14-compat" \
+ -D CMAKE_CXX_FLAGS="-Wno-c++98-compat -Wno-c++14-compat -Wno-unsafe-buffer-usage -Wno-old-style-cast" \
53
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
54
55
start-group "ninja"
0 commit comments