Skip to content

Commit

Permalink
Merge pull request #1054 from fabulous-dev/unleashing-parallel-proces…
Browse files Browse the repository at this point in the history
…sing

Unleashing Parallel Processing
  • Loading branch information
edgarfgp committed Dec 14, 2023
2 parents c573ca8 + c6be846 commit e37678d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup>
<OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen</OtherFlags>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
</PropertyGroup>

</Project>

0 comments on commit e37678d

Please sign in to comment.