summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 21:58:33 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 21:58:33 (GMT)
commit58f947e48be58a2371a0d24f957244796306d2ba (patch)
tree3d33434ea4d17840e060eb16d05f43717ce157a0 /win/makefile.vc
parent4cc1178952c2e7eef686282007f5046adceb1ec1 (diff)
downloadtcl-58f947e48be58a2371a0d24f957244796306d2ba.zip
tcl-58f947e48be58a2371a0d24f957244796306d2ba.tar.gz
tcl-58f947e48be58a2371a0d24f957244796306d2ba.tar.bz2
[temp-commit]: clock scan with several optimization porting, still not-ready
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index d6de5e1..26ee669 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -482,7 +482,9 @@ cdebug = $(cdebug) -Zi
### Warnings are too many, can't support warnings into errors.
cdebug = -Zi -Od $(DEBUGFLAGS)
!else
-cdebug = -Zi -WX $(DEBUGFLAGS)
+# no -WX option here (error C2220: warning treated as error):
+#cdebug = -Zi -WX $(DEBUGFLAGS)
+cdebug = -Zi $(DEBUGFLAGS)
!endif
### Declarations common to all compiler options