diff options
| author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-03-20 14:16:31 +0000 |
|---|---|---|
| committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-03-20 14:16:31 +0000 |
| commit | 796fcd28dbb282f07481a666f2efd6f690cdde15 (patch) | |
| tree | 145e0364289d65ff81f76d868f252e17e71a79b4 /Makefile | |
| parent | 87940fac447e008507801daf87d1d57ce02e812b (diff) | |
| download | busybox-w32-796fcd28dbb282f07481a666f2efd6f690cdde15.tar.gz busybox-w32-796fcd28dbb282f07481a666f2efd6f690cdde15.tar.bz2 busybox-w32-796fcd28dbb282f07481a666f2efd6f690cdde15.zip | |
Update dmalloc options per suggestion from Glenn
git-svn-id: svn://busybox.net/trunk/busybox@4441 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -50,7 +50,11 @@ DODEBUG = false | |||
| 50 | # which is an excellent public domain mem leak and malloc problem | 50 | # which is an excellent public domain mem leak and malloc problem |
| 51 | # detector. To enable dmalloc, before running busybox you will | 51 | # detector. To enable dmalloc, before running busybox you will |
| 52 | # want to first set up your environment. | 52 | # want to first set up your environment. |
| 53 | # eg: `export DMALLOC_OPTIONS=debug=0x14f47d83,inter=100,log=logfile` | 53 | # eg: `export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile` |
| 54 | # The debug= value is generated using the following command | ||
| 55 | # dmalloc -p log-stats -p log-non-free -p log-bad-space -p log-elapsed-time \ | ||
| 56 | # -p check-fence -p check-heap -p check-lists -p check-blank \ | ||
| 57 | # -p check-funcs -p realloc-copy -p allow-free-null | ||
| 54 | # Do not enable this for production builds... | 58 | # Do not enable this for production builds... |
| 55 | DODMALLOC = false | 59 | DODMALLOC = false |
| 56 | 60 | ||
