Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Removed debug symbols from release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AMNatty committed Mar 29, 2021
1 parent 890a008 commit c8c7df8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LoRAudioExtractor/LoRAudioExtractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<NeutralLanguage>en-US</NeutralLanguage>
</PropertyGroup>

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

<ItemGroup>
<Compile Remove="License\**" />
<EmbeddedResource Remove="License\**" />
Expand Down

0 comments on commit c8c7df8

Please sign in to comment.