diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2011-09-09 10:23:51 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-09-09 10:23:51 +0100 |
commit | d7f8f1a2943fc599aa556eff425208fb5ecc9da0 (patch) | |
tree | 9684629944d4c26df076a843a3f297e8a824c040 | |
parent | c054808ef7a888dae4c5300d5b0486bdfc034a5f (diff) | |
download | rabbitmq-server-d7f8f1a2943fc599aa556eff425208fb5ecc9da0.tar.gz |
show full paths in dialyzer warnings
which is handy for emacs
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |