Skip to content

Commit

Permalink
Disable debug for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kokolihapihvi committed Oct 7, 2023
1 parent adb4a51 commit 1e0f0ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RockSniffer/RockSniffer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<PropertyGroup>
<ApplicationIcon>sniffy.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<Content Include="sniffy.ico" />
</ItemGroup>
Expand Down

0 comments on commit 1e0f0ca

Please sign in to comment.