From 21a37d287cced473c12d23581fc1a200552ad1e0 Mon Sep 17 00:00:00 2001 From: Owen Dunn Date: Tue, 24 Nov 2015 23:13:03 +0000 Subject: [PATCH] Document UNPROTECT define that disables tightened ACL. --- Recipe | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Recipe b/Recipe index 67435c68..5fa7356d 100644 --- a/Recipe +++ b/Recipe @@ -114,6 +114,10 @@ # - XFLAGS=/DDEBUG # Causes PuTTY to enable internal debugging. # +# - XFLAGS=/DUNPROTECT +# Disable tightened ACL on PuTTY process so that e.g. debuggers +# can attach to it. +# # - XFLAGS=/DMALLOC_LOG # Causes PuTTY to emit a file called putty_mem.log, logging every # memory allocation and free, so you can track memory leaks.