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 | 4fcb1dddbd9dbf9331d24e8f1f6910c3d0b7e351 (patch) | |
| tree | 9684629944d4c26df076a843a3f297e8a824c040 | |
| parent | 547eed9f603d2c03aceca2f8bc6bb755e95f61ca (diff) | |
| download | rabbitmq-server-git-4fcb1dddbd9dbf9331d24e8f1f6910c3d0b7e351.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 |
