summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-10-17 00:20:50 (GMT)
committerescoffon <escoffon>1998-10-17 00:20:50 (GMT)
commit0d1101d7ed7ac7f7a09b67d881c3883fb3f16f2b (patch)
treec38d230cde3f04e7de163781eddc026e9fccb20f /win/makefile.vc
parenta5da671b5282eaf24245b63d43297902b9020ad5 (diff)
downloadtcl-0d1101d7ed7ac7f7a09b67d881c3883fb3f16f2b.zip
tcl-0d1101d7ed7ac7f7a09b67d881c3883fb3f16f2b.tar.gz
tcl-0d1101d7ed7ac7f7a09b67d881c3883fb3f16f2b.tar.bz2
Bumped the optimization to -O2 (optimize speed); test suite seems to have
worked (as much as test suites under windows work)
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc6
1 files changed, 4 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 0408234..dd25642 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -4,7 +4,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
-# RCS: @(#) $Id: makefile.vc,v 1.18 1998/10/07 20:57:09 escoffon Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.19 1998/10/17 00:20:50 escoffon Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -240,7 +240,9 @@ conlibsdll = $(libcdll) $(baselibs)
# MSVC on Alpha doesn't understand -Ot
cdebug = -O2i -Gs -GD
!ELSE
-cdebug = -Oti -Gs -GD
+#cdebug = -Oti -Gs -GD
+# This cranks the optimization level to maximize speed
+cdebug = -O2 -Gs -GD
!ENDIF
!ELSE
cdebug = -Z7 -Od -WX