diff options
author | sebres <sebres@users.sourceforge.net> | 2017-01-10 22:56:13 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2017-01-10 22:56:13 (GMT) |
commit | 5b78094ea6b2026c6b28ee878ad1c09b26946bd5 (patch) | |
tree | b67c333294838d4ba90e8b374a9bc80ae0d8ea8d /win | |
parent | 711d1c6a2168db11f4a5157d4cb75d5f9382ef6a (diff) | |
download | tcl-5b78094ea6b2026c6b28ee878ad1c09b26946bd5.zip tcl-5b78094ea6b2026c6b28ee878ad1c09b26946bd5.tar.gz tcl-5b78094ea6b2026c6b28ee878ad1c09b26946bd5.tar.bz2 |
Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rewrite-clock-in-c; + minor fixes after merge.
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 48bacbc..aeb6c5a 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -484,9 +484,7 @@ cdebug = $(cdebug) -Zi ### Warnings are too many, can't support warnings into errors.
cdebug = -Zi -Od $(DEBUGFLAGS)
!else
-# no -WX option here (error C2220: warning treated as error):
-#cdebug = -Zi -WX $(DEBUGFLAGS)
-cdebug = -Zi $(DEBUGFLAGS)
+cdebug = -Zi -WX $(DEBUGFLAGS)
!endif
### Declarations common to all compiler options
|