diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-05-29 14:31:12 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-05-29 14:31:12 +0000 |
commit | c228e7aeb38eeecaab48522f14adab89d7c3d08f (patch) | |
tree | 739b0da8657e6628537e76c4fe6fe2079fb1595f /src/mod_proxy65 | |
parent | * src/mod_vcard.erl: Make services description translatable in discovery (EJA... (diff) |
* 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
Diffstat (limited to 'src/mod_proxy65')
-rw-r--r-- | src/mod_proxy65/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
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 \ |