Parent Directory | Revision Log
(Makefile) Added target to trace memory leaks. (push_int, push_cstring, pack, read, quit) Memory leaks patched.
1 | teddy | 1.3 | CFLAGS=-Wall -g |
2 | LDFLAGS=-ldl -lmcheck -Xlinker --export-dynamic | ||
3 | teddy | 1.1 | |
4 | all: stack | ||
5 | masse | 1.4 | |
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 |