diff options
| author | Michael Klishin <michael@novemberain.com> | 2016-06-29 00:10:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-29 00:10:28 +0300 |
| commit | 0923c9676fa7a1e5a839551ed6a11bb8192ff2c6 (patch) | |
| tree | a980373888ff8dd63973e224d74e7ae45ae2aae1 /Makefile | |
| parent | f7c54b9a7caaa9c3655fe8cfeccec8deaa28ca5c (diff) | |
| parent | 35d9cf6f67040aa53f0627734aa462fb92b8ed14 (diff) | |
| download | rabbitmq-server-git-0923c9676fa7a1e5a839551ed6a11bb8192ff2c6.tar.gz | |
Merge pull request #861 from rabbitmq/rabbitmq-server-860
Compile on OTP 19.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -91,12 +91,6 @@ ifdef CREDIT_FLOW_TRACING RMQ_ERLC_OPTS += -DCREDIT_FLOW_TRACING=true endif -ERTS_VER := $(shell erl -version 2>&1 | sed -E 's/.* version //') -USE_SPECS_MIN_ERTS_VER = 5.11 -ifeq ($(call compare_version,$(ERTS_VER),$(USE_SPECS_MIN_ERTS_VER),>=),true) -RMQ_ERLC_OPTS += -Duse_specs -endif - ifndef USE_PROPER_QC # PropEr needs to be installed for property checking # http://proper.softlab.ntua.gr/ |
