mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +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
|
# Enable debug and incremental linking and compiling
|
||||||
# CFLAGS = /nologo /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG
|
CFLAGS = /W3 /YX /Yd /O1 /Gi /D_WINDOWS /DDEBUG
|
||||||
# LFLAGS = /debug
|
LFLAGS = /debug
|
||||||
|
|
||||||
# Disable debug and incremental linking and compiling
|
# Disable debug and incremental linking and compiling
|
||||||
CFLAGS = /nologo /W3 /O1 /D_WINDOWS
|
#CFLAGS = /nologo /W3 /O1 /D_WINDOWS
|
||||||
LFLAGS = /incremental:no /fixed
|
#LFLAGS = /incremental:no /fixed
|
||||||
|
|
||||||
# Use MSVC DLL
|
# Use MSVC DLL
|
||||||
# CFLAGS = /nologo /W3 /O1 /MD /D_WINDOWS
|
# CFLAGS = /nologo /W3 /O1 /MD /D_WINDOWS
|
||||||
|
Loading…
Reference in New Issue
Block a user