/[cvs]/stack/Makefile
ViewVC logotype

Contents of /stack/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Thu Feb 14 22:44:49 2002 UTC (22 years, 2 months ago) by masse
Branch: MAIN
Changes since 1.3: +4 -0 lines
(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