summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-22 13:42:28 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-22 13:42:28 +0100
commit3e02c4b46e778be5aa4dcf8aaeb37d491cb4915a (patch)
treef32c7d0477790001d22692b6873abd40f2a1f373 /Makefile
parent7a77aa4c9f7b6d72515f5a229dc1e3cb902ab0a7 (diff)
parentf203e2fa14812e82166d6cab72909135a26036fb (diff)
downloadrabbitmq-server-3e02c4b46e778be5aa4dcf8aaeb37d491cb4915a.tar.gz
merge default into bug21319
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67eef759..72c13f55 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,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