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
commit74e267421affd56e9fcba2f024ca527db11ddc0f (patch)
tree2d104f39401371016f1590e00bf869e07c69edfa
parent64c9e7cbc1212fd7527ecf77674081983446ce91 (diff)
downloadrabbitmq-server-git-74e267421affd56e9fcba2f024ca527db11ddc0f.tar.gz
Oops
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b66a3063c..c955a8fcfb 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