summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>1998-07-24 14:53:59 (GMT)
committerwelch <welch@noemail.net>1998-07-24 14:53:59 (GMT)
commit9f03dd112acc71f3f09a901b3ded92e8e54138ca (patch)
tree8cda403b313b80337815e5468bcda89451657246 /win/makefile.vc
parente2bbe883973bc8ffa5820e98a54d4bdb41aef4b3 (diff)
downloadtcl-9f03dd112acc71f3f09a901b3ded92e8e54138ca.zip
tcl-9f03dd112acc71f3f09a901b3ded92e8e54138ca.tar.gz
tcl-9f03dd112acc71f3f09a901b3ded92e8e54138ca.tar.bz2
Merged changes between child workspace "/home/welch/ws/tcl8.0.3" and
parent workspace "/export/home/ws/tcl8.0". FossilOrigin-Name: b3b8cd7df1f96015c697efd7975f8465344712e1
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 7c73014..4e31c2e 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -231,7 +231,12 @@ conlibsdll = $(libcdll) $(baselibs)
######################################################################
!IF "$(NODEBUG)" == "1"
+!IF "$(MACHINE)" == "ALPHA"
+# MSVC on Alpha doesn't understand -Ot
+cdebug = -O2i -Gs -GD
+!ELSE
cdebug = -Oti -Gs -GD
+!ENDIF
!ELSE
cdebug = -Z7 -Od -WX
!ENDIF