summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJerry Kuch <jerryk@vmware.com>2011-09-13 09:17:09 -0700
committerJerry Kuch <jerryk@vmware.com>2011-09-13 09:17:09 -0700
commitb114149300ca0f3abd2cfab72141448250b3871a (patch)
treedebbcf02264160507e642952279663523fe1edc0 /Makefile
parent7ae03f5419de41a00d9fd0e5df09d44ff5015c85 (diff)
parent090eee48366f13314f7b86584c0a7977f322d96a (diff)
downloadrabbitmq-server-git-b114149300ca0f3abd2cfab72141448250b3871a.tar.gz
Merge bug 23056
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