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 9b25426 commit 542615fCopy full SHA for 542615f
scripts/ci/build_win.sh
@@ -36,9 +36,9 @@ boost_dir=("${ROOTDIR}/deps/boost/lib/cmake/Boost-"*)
36
-DCMAKE_INSTALL_PREFIX="${ROOTDIR}/uploads/" \
37
..
38
MSBuild.exe solidity.sln \
39
- "/p:Configuration=Release" \
40
- "/m:10" \
41
- "/v:minimal"
+ -property:Configuration=Release \
+ -maxCpuCount:10 \
+ -verbosity:minimal
42
"${ROOTDIR}/deps/cmake/bin/cmake" \
43
--build . \
44
-j 10 \
0 commit comments