From c228e7aeb38eeecaab48522f14adab89d7c3d08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Tue, 29 May 2007 14:31:12 +0000 Subject: * src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant) * src/Makefile.in: Build XmppAddr.beam in a single pass * src/mod_muc/Makefile.in: +debug_info directive support * src/stringprep/Makefile.in: Likewise * src/mod_irc/Makefile.in: Likewise * src/web/Makefile.in: Likewise * src/eldap/Makefile.in: Likewise * src/mod_pubsub/Makefile.in: Likewise * src/ejabberd_zlib/Makefile.in: Likewise * src/mod_proxy65/Makefile.in: Likewise * src/tls/Makefile.in: Likewise * src/odbc/Makefile.in: Likewise SVN Revision: 775 --- src/mod_proxy65/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mod_proxy65') diff --git a/src/mod_proxy65/Makefile.in b/src/mod_proxy65/Makefile.in index 671b12584..bb70ac5cb 100644 --- a/src/mod_proxy65/Makefile.in +++ b/src/mod_proxy65/Makefile.in @@ -10,6 +10,11 @@ SUBDIRS = OUTDIR = .. EFLAGS = -I .. -pz .. +# make debug=true to compile Erlang module with debug informations. +ifdef debug + EFLAGS+=+debug_info +endif + OBJS = \ $(OUTDIR)/mod_proxy65.beam \ $(OUTDIR)/mod_proxy65_service.beam \ -- cgit v1.2.3