summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-09-09 14:33:10 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-09-09 14:33:10 +0100
commite9ad95f9b28c63b0faf3d1e4705a50b7ab39edb3 (patch)
treeef036b6c7ac836da2199edafe9b685b374ffad87
parenteb56e7e0e15852dab363f6fbc63a954496d2da69 (diff)
parent4fcb1dddbd9dbf9331d24e8f1f6910c3d0b7e351 (diff)
downloadrabbitmq-server-git-e9ad95f9b28c63b0faf3d1e4705a50b7ab39edb3.tar.gz
Merge bug 24416 (yes, let's use dirty ops instead)
-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