TEMPORARY ONLY: enable debugging on default build to try to get
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 2 May 2001 08:59:36 +0000 (08:59 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 2 May 2001 08:59:36 +0000 (08:59 +0000)
tomorrow's nightly to show us what the problem with term_size is.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1094 cda61777-01e9-0310-a592-d414129be87e

Makefile

index 8380c5c..c295239 100644 (file)
--- a/Makefile
+++ b/Makefile
 ##--
 
 # Enable debug and incremental linking and compiling
-# CFLAGS = /nologo /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG
-LFLAGS = /debug
+CFLAGS = /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG
+LFLAGS = /debug
 
 # Disable debug and incremental linking and compiling
-CFLAGS = /nologo /W3 /O1 /D_WINDOWS
-LFLAGS = /incremental:no /fixed
+#CFLAGS = /nologo /W3 /O1 /D_WINDOWS
+#LFLAGS = /incremental:no /fixed
 
 # Use MSVC DLL
 # CFLAGS = /nologo /W3 /O1 /MD /D_WINDOWS