From 463c2651aee47cd5e697816ee8cca272920b5809 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 2 May 2001 08:59:36 +0000 Subject: [PATCH] TEMPORARY ONLY: enable debugging on default build to try to get tomorrow's nightly to show us what the problem with term_size is. [originally from svn r1094] --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8380c5cf..c2952396 100644 --- a/Makefile +++ b/Makefile @@ -50,12 +50,12 @@ ##-- # 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