summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2011-04-21 00:17:08 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2011-04-21 00:17:08 (GMT)
commit4db4adb89593260e07a9e59503285082e9b90fb0 (patch)
tree9a0c0a22504afaf79b824eb9ffad32116e84e297 /win/makefile.vc
parent814405910b522251d0ee8a74fe7c4b0f0c8e8713 (diff)
downloadtk-4db4adb89593260e07a9e59503285082e9b90fb0.zip
tk-4db4adb89593260e07a9e59503285082e9b90fb0.tar.gz
tk-4db4adb89593260e07a9e59503285082e9b90fb0.tar.bz2
Synchronize rules.vc with the version in the tcl source tree.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 79b2df4..2482384 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -435,6 +435,9 @@ cdebug = $(OPTIMIZATIONS)
!else
cdebug =
!endif
+!if $(SYMBOLS)
+cdebug = $(cdebug) -Zi
+!endif
!else if "$(MACHINE)" == "IA64" || "$(MACHINE)" == "AMD64"
### Warnings are too many, can't support warnings into errors.
cdebug = -Zi -Od $(DEBUGFLAGS)