summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-10-31 13:09:18 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-10-31 13:09:18 +0000
commite947a3923bfe20d99d43c9341370b137a33607b7 (patch)
tree2d104f39401371016f1590e00bf869e07c69edfa
parentdd3256cdc7048de9e2f32569b875cd104e03a11a (diff)
downloadrabbitmq-server-e947a3923bfe20d99d43c9341370b137a33607b7.tar.gz
Oops
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b66a306..c955a8fc 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ USE_PROPER_QC:=$(shell erl -noshell -eval 'io:format({module, proper} =:= code:e
endif
#other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests
-ERLC_OPTS=-I $(INCLUDE_DIR) -Wall -v +debug_info +bin_opt_info $(call boolean_macro,$(USE_SPECS),use_specs) $(call boolean_macro,$(USE_PROPER_QC),use_proper_qc)
+ERLC_OPTS=-I $(INCLUDE_DIR) -Wall -v +debug_info $(call boolean_macro,$(USE_SPECS),use_specs) $(call boolean_macro,$(USE_PROPER_QC),use_proper_qc)
ifdef INSTRUMENT_FOR_QC
ERLC_OPTS += -DINSTR_MOD=gm_qc