#ifdef atexit cleanups calling free as the OS should do this for us, but valgrind debuggers need it.

This commit is contained in:
Roy Marples
2008-10-06 15:02:32 +00:00
parent 4e4c4a5bf4
commit cb44b0a46c
6 changed files with 30 additions and 17 deletions

2
README
View File

@@ -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)\"