alibaba--zvec
355523a628
- Upgrade ilammy/msvc-dev-cmd from v1 to v1.13.0 to resolve Node.js 20 deprecation warning (affects 05-windows-build and build_wheel_on_windows) - Remove /MP from antlr4 and protobuf patches to eliminate 332 non-cacheable sccache calls caused by "multiple input files" - Add sccache statistics steps after pip install and after C++ Tests to capture build and test compilation cache metrics separately
16 行
408 B
Diff
16 行
408 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 1234567..abcdefg 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -241,10 +241,6 @@
|
|
|
|
if (MSVC)
|
|
- if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
|
- # Build with multiple processes
|
|
- add_definitions(/MP)
|
|
- endif()
|
|
# Set source file and execution character sets to UTF-8
|
|
add_definitions(/utf-8)
|
|
# MSVC warning suppressions
|
|
add_definitions(
|