Disable debug info generation on release builds

This commit is contained in:
Noikoio 2018-09-21 20:38:23 -07:00
parent 749ba169c0
commit d8cb46113a

View file

@ -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>