summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2011-09-22 17:25:41 +0100
committerEmile Joubert <emile@rabbitmq.com>2011-09-22 17:25:41 +0100
commitd19d494db5944c9ba905fd1dcaeebf7e001df52f (patch)
tree3a2a495e128b322a55b2610e32af167567bad994 /Makefile
parentef7fdba68d8ee496b6fade46f1ae81c2ad9ef132 (diff)
parent347cdb6ed96828eed31cef549c47f433160b73ae (diff)
downloadrabbitmq-server-git-d19d494db5944c9ba905fd1dcaeebf7e001df52f.tar.gz
Merged bug23866 into default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee2700af6f..5cea016ea6 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ $(SOURCE_DIR)/rabbit_framing_amqp_0_8.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_c
$(PYTHON) codegen.py body $(AMQP_SPEC_JSON_FILES_0_8) $@
dialyze: $(BEAM_TARGETS) $(BASIC_PLT)
- dialyzer --plt $(BASIC_PLT) --no_native \
+ dialyzer --plt $(BASIC_PLT) --no_native --fullpath \
-Wrace_conditions $(BEAM_TARGETS)
# rabbit.plt is used by rabbitmq-erlang-client's dialyze make target