Disable debug info generation on release builds
This commit is contained in:
parent
749ba169c0
commit
d8cb46113a
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
<LangVersion>7.2</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<DebugType>none</DebugType>
|
||||
<DebugSymbols>false</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="DefaultGuildConfig.json" />
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue