hipe_compile: deprecate

References rabbitmq/rabbitmq-website#884.
This commit is contained in:
Michael Klishin 2019-11-01 02:50:38 +03:00
parent 68c1211cba
commit ceb3aff309
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.HipeCompileCommand do
def help_section(), do: :operations
def description() do
"Performs HiPE-compilation of [some] server modules to the given directory "
<> "to be used with RABBITMQ_SERVER_CODE_PATH"
"Only exists for backwards compatibility. HiPE support has been dropped starting with Erlang 22. "
<> "Do not use"
end
def banner([target_dir], _) do