mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
11 lines
718 B
Diff
11 lines
718 B
Diff
--- a/Directory.Build.props
|
|
+++ b/Directory.Build.props
|
|
@@ -40,7 +40,7 @@ Some common use cases include:
|
|
<!-- https://www.gresearch.co.uk/blog/article/improve-nuget-restores-with-static-graph-evaluation/ -->
|
|
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
|
|
<ServerGarbageCollection>true</ServerGarbageCollection>
|
|
- <OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen --strict-indentation+ --realsig+</OtherFlags>
|
|
+ <OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen --strict-indentation+ </OtherFlags>
|
|
</PropertyGroup>
|
|
|
|
<!-- Versions -->
|