1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

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]
This commit is contained in:
Simon Tatham 2001-05-02 08:59:36 +00:00
parent 50f50a009b
commit 463c2651ae

View File

@ -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