diff options
Diffstat (limited to 'src/stringprep/Makefile.in')
-rw-r--r-- | src/stringprep/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stringprep/Makefile.in b/src/stringprep/Makefile.in index 2d858cc2e..e44f8c96a 100644 --- a/src/stringprep/Makefile.in +++ b/src/stringprep/Makefile.in @@ -19,6 +19,11 @@ ERLSHLIBS = ../stringprep_drv.so OUTDIR = .. EFLAGS = -I .. -pz .. +# make debug=true to compile Erlang module with debug informations. +ifdef debug + EFLAGS+=+debug_info +endif + OBJS = \ $(OUTDIR)/stringprep.beam |