diff options
Diffstat (limited to 'src/web')
-rw-r--r-- | src/web/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/Makefile.in b/src/web/Makefile.in index 21f7c9348..519314ef7 100644 --- a/src/web/Makefile.in +++ b/src/web/Makefile.in @@ -15,7 +15,7 @@ EFLAGS += -pz .. # make debug=true to compile Erlang module with debug informations. ifdef debug - EFLAGS+=+debug_info + EFLAGS+=+debug_info +export_all endif SOURCES = $(wildcard *.erl) |