/[cvs]/stack/Makefile
ViewVC logotype

Annotation of /stack/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide 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 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