Skip to content

Commit 02dbade

Browse files
committed
Try different build command for performance evaluation.
1 parent 40e5067 commit 02dbade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/build_win.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ mkdir build
33
cd build
44
$boost_dir=(Resolve-Path $PSScriptRoot\..\deps\boost\lib\cmake\Boost-*)
55
..\deps\cmake\bin\cmake -G "Visual Studio 16 2019" -DBoost_DIR="$boost_dir\" -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded -DCMAKE_INSTALL_PREFIX="$PSScriptRoot\..\upload" ..
6-
..\deps\cmake\bin\cmake --build . -j 6 --config Release
6+
msbuild solidity.sln /p:Configuration=Release /m:5 /v:minimal
7+
#..\deps\cmake\bin\cmake --build . -j 6 --config Release
78
..\deps\cmake\bin\cmake --build . -j 6 --target install --config Release

0 commit comments

Comments
 (0)