aboutsummaryrefslogtreecommitdiff
path: root/src/eldap/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/eldap/Makefile.in')
-rw-r--r--src/eldap/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/eldap/Makefile.in b/src/eldap/Makefile.in
index f244fe1b5..76d731444 100644
--- a/src/eldap/Makefile.in
+++ b/src/eldap/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)/eldap.beam \
$(OUTDIR)/ELDAPv3.beam \