Skip to content

Commit

Permalink
Merge pull request #684 from tlmii/add-highentropyva-and-checked-flags
Browse files Browse the repository at this point in the history
Add HighEntropyVa & CheckForOverflowUnderflow flags
  • Loading branch information
tlmii authored Jun 10, 2022
2 parents 4c61d2a + 713ea01 commit 8dd0ac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<PackageLicenseFile>License.txt</PackageLicenseFile>
<RepositoryUrl>https://github.com/aspnet/LibraryManager</RepositoryUrl>
<PackageOutputPath>$(RepoRoot)\artifacts\$(Configuration)</PackageOutputPath>
<HighEntropyVa>true</HighEntropyVa>
<CheckForOverflowUnderflow Condition=" '$(Configuration)' == 'Debug' ">true</CheckForOverflowUnderflow>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8dd0ac5

Please sign in to comment.