summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2011-09-09 10:23:51 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2011-09-09 10:23:51 +0100
commit4fcb1dddbd9dbf9331d24e8f1f6910c3d0b7e351 (patch)
tree9684629944d4c26df076a843a3f297e8a824c040 /Makefile
parent547eed9f603d2c03aceca2f8bc6bb755e95f61ca (diff)
downloadrabbitmq-server-git-4fcb1dddbd9dbf9331d24e8f1f6910c3d0b7e351.tar.gz
show full paths in dialyzer warnings
which is handy for emacs
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