diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-10-31 13:09:18 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-10-31 13:09:18 +0000 |
| commit | 74e267421affd56e9fcba2f024ca527db11ddc0f (patch) | |
| tree | 2d104f39401371016f1590e00bf869e07c69edfa | |
| parent | 64c9e7cbc1212fd7527ecf77674081983446ce91 (diff) | |
| download | rabbitmq-server-git-74e267421affd56e9fcba2f024ca527db11ddc0f.tar.gz | |
Oops
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
