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

Document UNPROTECT define that disables tightened ACL.

This commit is contained in:
Owen Dunn 2015-11-24 23:13:03 +00:00
parent 8b65fef55c
commit 21a37d287c

4
Recipe
View File

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