diff options
author | welch <welch> | 1998-07-24 14:54:00 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-24 14:54:00 (GMT) |
commit | 2ea4bcac723052b661de5a77b97b51616405c9fa (patch) | |
tree | 8cda403b313b80337815e5468bcda89451657246 /win | |
parent | 624c026c5831b87588625a56b28a1d7e3d4354ce (diff) | |
download | tcl-2ea4bcac723052b661de5a77b97b51616405c9fa.zip tcl-2ea4bcac723052b661de5a77b97b51616405c9fa.tar.gz tcl-2ea4bcac723052b661de5a77b97b51616405c9fa.tar.bz2 |
Merged changes between child workspace "/home/welch/ws/tcl8.0.3" and
parent workspace "/export/home/ws/tcl8.0".
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 5 |
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 |