diff options
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 453240d8..25fdb14a 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -100,6 +100,11 @@ xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" <ClCompile> <WarningLevel>Level3</WarningLevel> <DisableSpecificWarnings>4996</DisableSpecificWarnings> + <!-- UNCOMMENT ONLY ONE --> + <!--Optimization>Disabled</Optimization--> + <Optimization>MaxSpeed</Optimization> + <!--Optimization>MinSpace</Optimization--> + <!--Optimization>Full</Optimization--> </ClCompile> </ItemDefinitionGroup> |