summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-13 22:35:40 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-13 22:35:40 +0000
commita40ceaf88a6e2fbea7022dd84cd8dd5d903699e7 (patch)
tree204e108bdab14c1f09ce1746ac7b432f19fc5af7 /src/Makefile
parent4770d09abd866bb53d95895dc6a5c5fe7cccb619 (diff)
updated for version 7.0180v7.0180
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 810dd7b78b..5236e9df25 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -541,7 +541,7 @@ LINT_OPTIONS = -beprxzF
# MEMORY LEAK DETECTION
# Requires installing the ccmalloc library.
-# Configuration is in the .ccmalloc file.
+# Configuration is in the .ccmalloc or ~/.ccmalloc file.
# Doesn't work very well, since memory linked to from global variables
# (indirectly) is also marked as leaked memory.
#PROFILE_CFLAGS = -DEXITFREE