summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-06-23 19:53:42 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-06-23 19:53:42 +0100
commit173b9eae8f3ecf90442677cd80aebf1be9974469 (patch)
tree1eb6f3452332225ed6d8d82be0074ca6dd1ee213 /Makefile
parentccb87d9d9931a74989a2dd2c9b3ce4f81edd0d3a (diff)
downloadrabbitmq-server-173b9eae8f3ecf90442677cd80aebf1be9974469.tar.gz
Add instrumenting for monitors and Mnesia transactions. It actually all seems to work now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bfdf44e..f3ad1c27 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ ERLC_OPTS=-I $(INCLUDE_DIR) -o $(EBIN_DIR) -Wall -v +debug_info $(call boolean_m
ifdef INSTRUMENT_FOR_QC
ERLC_OPTS += -DINSTR_MOD=gm_qc
else
-ERLC_OPTS += -DINSTR_MOD=gen_server2
+ERLC_OPTS += -DINSTR_MOD=gm
endif
include version.mk