Skip to content

Commit

Permalink
Fix debug information on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojemiru committed Mar 27, 2021
1 parent eb15c1a commit d7e5967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AM2RLauncher/AM2RLauncher/AM2RLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d7e5967

Please sign in to comment.