diff options
Diffstat (limited to 'src/tls/Makefile.in')
-rw-r--r-- | src/tls/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/Makefile.in b/src/tls/Makefile.in index ee40f93ec..203c88ac9 100644 --- a/src/tls/Makefile.in +++ b/src/tls/Makefile.in @@ -27,7 +27,7 @@ EFLAGS += -pz .. # make debug=true to compile Erlang module with debug informations. ifdef debug - EFLAGS+=+debug_info +export_all + EFLAGS+=+debug_info endif ifeq (@md2@, true) |