Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
parallel?
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 6, 2022
1 parent 4b4ca46 commit 174b6c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<Target Name="Build-native" AfterTargets="Build">
<Exec IgnoreStandardErrorWarningFormat="true"
Command="pwsh scripts/build.ps1 --Parallel 1 -Config Release -Arch $(TargetArchitecture) $(ExtraMsquicArgs) -UseSystemOpenSSLCrypto -DisableTools -DisableTest -DisablePerf"
Command="pwsh scripts/build.ps1 -Config Release -Arch $(TargetArchitecture) $(ExtraMsquicArgs) -UseSystemOpenSSLCrypto -DisableTools -DisableTest -DisablePerf"
WorkingDirectory="../msquic"/>
<!-- Legacy reasons. Should be fixed. -->
<Exec
Expand Down

0 comments on commit 174b6c5

Please sign in to comment.