summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorEustachy Kapusta <Eustachy.kapusta@gmail.com>2013-09-20 13:09:21 +0200
committerEustachy Kapusta <Eustachy.kapusta@gmail.com>2013-09-20 13:11:01 +0200
commitbfa199be7914310c90388d64a86845a2eadfb78a (patch)
tree311065f246d3e00be73c85397ae9b87fd3f01546 /win32/hexchat.props
parent36911710fd1745963a2deca37a283cb2881a106e (diff)
Add /d2Zi+ switch for better debug symbols
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 25fdb14a..f98ceaa7 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -100,6 +100,7 @@ xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale"
 		<ClCompile>

 			<WarningLevel>Level3</WarningLevel>

 			<DisableSpecificWarnings>4996</DisableSpecificWarnings>

+			<AdditionalOptions>/d2Zi+ %(AdditionalOptions)</AdditionalOptions> 

 			<!-- UNCOMMENT ONLY ONE -->

 			<!--Optimization>Disabled</Optimization-->

 			<Optimization>MaxSpeed</Optimization>