summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-02-10 02:54:33 (GMT)
committerhobbs <hobbs>2000-02-10 02:54:33 (GMT)
commit8aea95d97071665e8851e58f5d868f37b95bd6de (patch)
treede6e943719547552f90e7872663dc0377d1285fa /win
parent43f67ff23bc430cc34e5a88c5be8c4ac5ca9dbc8 (diff)
downloadtcl-8aea95d97071665e8851e58f5d868f37b95bd6de.zip
tcl-8aea95d97071665e8851e58f5d868f37b95bd6de.tar.gz
tcl-8aea95d97071665e8851e58f5d868f37b95bd6de.tar.bz2
flipped debug bit
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index ffc192c..988e838 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
#
-# RCS: @(#) $Id: makefile.vc,v 1.48 2000/01/26 03:38:10 hobbs Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.49 2000/02/10 02:54:33 hobbs Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -44,7 +44,7 @@ TOOLS32_rc = c:\Progra~1\devstudio\sharedide
#THREADDEFINES = -DTCL_THREADS=1
# Set NODEBUG to 0 to compile with symbols
-NODEBUG = 0
+NODEBUG = 1
# The following defines can be used to control the amount of debugging
# code that is added to the compilation.