mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Disable debug libraries in project properties
This commit is contained in:
committed by
GitHub
parent
c20a6424e5
commit
a41e8a0f5d
@@ -139,7 +139,7 @@
|
||||
<PropertyGroup>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<IntDir>$(ZoiteChatObj)$(ProjectName)\</IntDir>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user