mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Only compile and install p1_prof when: make debugtools=true
This commit is contained in:
parent
976baccceb
commit
2e13a56ca9
@ -35,9 +35,8 @@ ifdef debug
|
|||||||
EFLAGS+=+debug_info +export_all
|
EFLAGS+=+debug_info +export_all
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DEBUGTOOLS = ejabberd_debug.erl
|
DEBUGTOOLS = p1_prof.erl
|
||||||
ifdef ejabberd_debug
|
ifdef debugtools
|
||||||
EFLAGS+=-Dejabberd_debug
|
|
||||||
SOURCES+=$(DEBUGTOOLS)
|
SOURCES+=$(DEBUGTOOLS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user