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
commit93f42fbe153e37851c5cd4014e1d752734a4317d (patch)
tree1eb6f3452332225ed6d8d82be0074ca6dd1ee213 /Makefile
parent16c680b78c0e6f02cf7b06b37cd762216beb4327 (diff)
downloadrabbitmq-server-git-93f42fbe153e37851c5cd4014e1d752734a4317d.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 7bfdf44ebb..f3ad1c27ec 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