fixed cs16-client+xash3d on non-android platforms compatability

disables debug information for release builds
This commit is contained in:
jeefo 2016-01-30 22:22:37 +03:00
commit 0bde57897e
3 changed files with 10 additions and 3 deletions

View file

@ -224,7 +224,7 @@
<OutputFile>.\release\yapb.dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DelayLoadDLLs>user32.dll;ws2_32.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
<GenerateDebugInformation>Debug</GenerateDebugInformation>
<GenerateDebugInformation>No</GenerateDebugInformation>
<GenerateMapFile>false</GenerateMapFile>
<SubSystem>Windows</SubSystem>
<OptimizeReferences>false</OptimizeReferences>