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
commit8fdc34e425479020a35180cf03f040b4252dab35 (patch)
treef32c7d0477790001d22692b6873abd40f2a1f373 /Makefile
parent750bd4bec3b056e7c9752aad3bb5ad63257d64b8 (diff)
parentf81dfa2ad4714da599607445ef1f91332fc72494 (diff)
downloadrabbitmq-server-git-8fdc34e425479020a35180cf03f040b4252dab35.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 67eef75919..72c13f55e3 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