summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-10-06 15:02:32 +0000
committerRoy Marples <roy@marples.name>2008-10-06 15:02:32 +0000
commitcb44b0a46c9b1c72a84cf65e6b4d6ae735c0e413 (patch)
treec203264849ad86d67ddfb86242ef2aa0680a9b8b /README
parent4e4c4a5bf4d5c463b79b5648e614b3b780efdbec (diff)
downloadopenrc-cb44b0a46c9b1c72a84cf65e6b4d6ae735c0e413.tar.gz
openrc-cb44b0a46c9b1c72a84cf65e6b4d6ae735c0e413.tar.bz2
openrc-cb44b0a46c9b1c72a84cf65e6b4d6ae735c0e413.tar.xz
#ifdef atexit cleanups calling free as the OS should do this for us, but valgrind debuggers need it.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index c9c0ebf..2c61b0c 100644
--- a/README
+++ b/README
@@ -19,6 +19,8 @@ PREFIX=/usr/local
We don't support building a static OpenRC with PAM.
You may need to use PROGLDFLAGS=-Wl,-Bstatic on glibc instead of just -static.
+If you debug memory under valgrind, add -DDEBUG_MEMORY to your CPPFLAGS
+so that all malloc memory should be freed at exit.
You can also brand OpenRC if you so wish like so
BRANDING=\"Gentoo/$(uname -s)\"