Skip to content

Commit

Permalink
Don't check for overflows now
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Nov 25, 2019
1 parent e864caf commit afae1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/keyboards/keyboards.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants />
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<PlatformTarget>x64</PlatformTarget>
<DebugType>none</DebugType>
</PropertyGroup>
Expand Down

0 comments on commit afae1d5

Please sign in to comment.