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
committerEustachy Kapusta <Eustachy.kapusta@gmail.com>2013-07-24 20:56:36 +0200
commit715a520c0e17057a7abed135bf2b13b71d37b279 (patch)
tree0214dc777919a0a55e27882dd0f254e774cc0116 /win32/hexchat.props
parent3d10b9f3e2ecc6830e841d80cf8267ba8dea111f (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>