summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-10-31 13:08:16 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-10-31 13:08:16 +0000
commit64c9e7cbc1212fd7527ecf77674081983446ce91 (patch)
treed81db2ca20615381d02bb0c74ca9edb72598eb06 /Makefile
parent77c27bac71007c782c2038ba8ab39297cf98d4f4 (diff)
downloadrabbitmq-server-git-64c9e7cbc1212fd7527ecf77674081983446ce91.tar.gz
Inline parse_field_value/1 and thus prevent sub-binary construction in accordance with the principles documented at http://www.erlang.org/doc/efficiency_guide/binaryhandling.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c955a8fcfb..1b66a3063c 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 $(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 +bin_opt_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