mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-03 18:02:28 +01:00
Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB-1134)
SVN Revision: 2842
This commit is contained in:
parent
f0863e1dfe
commit
50137aa98d
@ -34,7 +34,7 @@ EFLAGS += @ERLANG_SSL39@ -pa .
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
ifdef ejabberd_debug
|
||||
|
@ -26,7 +26,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
ERLSHLIBS = ../ejabberd_zlib_drv.so
|
||||
|
@ -16,7 +16,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
OUTDIR = ..
|
||||
|
@ -24,7 +24,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
ERLSHLIBS = ../iconv_erl.so
|
||||
|
@ -14,7 +14,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
ifeq (@transient_supervisors@, false)
|
||||
|
@ -14,7 +14,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
OUTDIR = ..
|
||||
|
@ -14,7 +14,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
OUTDIR = ..
|
||||
|
@ -14,7 +14,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
OUTDIR = ..
|
||||
|
@ -14,7 +14,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
ERLSHLIBS = ../epam
|
||||
|
@ -24,7 +24,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
ERLSHLIBS = ../stringprep_drv.so
|
||||
|
@ -14,7 +14,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
OUTDIR = ..
|
||||
|
@ -26,7 +26,7 @@ EFLAGS += -pz ..
|
||||
|
||||
# make debug=true to compile Erlang module with debug informations.
|
||||
ifdef debug
|
||||
EFLAGS+=+debug_info
|
||||
EFLAGS+=+debug_info +export_all
|
||||
endif
|
||||
|
||||
ERLSHLIBS = ../tls_drv.so
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user