Parent Directory | Revision Log
(Makefile) Added target to trace memory leaks. (push_int, push_cstring, pack, read, quit) Memory leaks patched.
1 | CFLAGS=-Wall -g |
2 | LDFLAGS=-ldl -lmcheck -Xlinker --export-dynamic |
3 | |
4 | all: stack |
5 | |
6 | mtrace: all |
7 | MALLOC_TRACE=mtrace.log ./stack |
8 | mtrace stack mtrace.log |
root@recompile.se | ViewVC Help |
Powered by ViewVC 1.1.26 |