File tree Expand file tree Collapse file tree 2 files changed +115
-44
lines changed Expand file tree Collapse file tree 2 files changed +115
-44
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cd build
2020$boost_dir = (Resolve-Path $PSScriptRoot \..\deps\boost\lib\cmake\Boost-* )
2121..\deps\cmake\bin\cmake - G " Visual Studio 16 2019" - DBoost_DIR= " $boost_dir \" - DCMAKE_MSVC_RUNTIME_LIBRARY= MultiThreaded - DCMAKE_INSTALL_PREFIX= " $PSScriptRoot \..\upload" - DUSE_Z3= OFF ..
2222if ( -not $? ) { throw " CMake configure failed." }
23- msbuild solidity.sln / p:Configuration= Release / m:5 / v:minimal
23+ msbuild solidity.sln / p:Configuration= Release / m:10 / v:minimal
2424if ( -not $? ) { throw " Build failed." }
25- ..\deps\cmake\bin\cmake -- build . - j 5 -- target install -- config Release
25+ ..\deps\cmake\bin\cmake -- build . - j 10 -- target install -- config Release
2626if ( -not $? ) { throw " Install target failed." }
You can’t perform that action at this time.
0 commit comments