diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-11-01 02:37:06 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-11-01 02:37:37 +0300 |
| commit | 151ad8dd013766554ecae8ef143dc63f44f8d3ab (patch) | |
| tree | ee8ae67c1b64e34da0f25f54683747c98ab1597f | |
| parent | a7cf292adccb2e09d4fe0deb153d7d86236e209b (diff) | |
| download | rabbitmq-server-git-151ad8dd013766554ecae8ef143dc63f44f8d3ab.tar.gz | |
Warn about HiPE deprecationrabbitmq_v3_6_5
References rabbitmq/rabbitmq-website#884
| -rw-r--r-- | docs/rabbitmq.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 5e41da310a..9e04edb629 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -460,7 +460,9 @@ ## NB: Change these only if you understand what you are doing! ## -## Explicitly enable/disable hipe compilation. +## Explicitly enable/disable hipe compilation. This option is deprecated +## because HiPE supported has been +## effectively discontinued in Erlang 22. ## # hipe_compile = false |
