summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorEustachy Kapusta <Eustachy.kapusta@gmail.com>2013-07-24 20:56:36 +0200
committerTingPing <tingping@tingping.se>2013-09-15 02:45:38 -0400
commitaa37686bbd69a6fab9dea6492a2f6a8b818845f0 (patch)
tree0214dc777919a0a55e27882dd0f254e774cc0116 /win32/hexchat.props
parent4721a3747ec5044c6bd2569108e1d153a0e1dc2f (diff)
Move optimization settings from all subsequent projects to hexchat.props
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props5
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>