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:
parent
50f50a009b
commit
463c2651ae
8
Makefile
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user