Does anyone recommend disabling hipe and sctp for Erlang/OTP 24?

Hi, I’m in the process of setting up the KERL_CONFIGURE_OPTIONS for asdf for my local development environment. At this time, I have the following:

export KERL_CONFIGURE_OPTIONS="--disable-debug \
                               --disable-silent-rules \
                               --enable-darwin-64bit \
                               --enable-dynamic-ssl-lib \
                               --enable-hipe \
                               --enable-kernel-poll \
                               --enable-sctp \
                               --enable-shared-zlib \
                               --enable-smp-support \
                               --enable-threads \
                               --enable-wx \
                               --with-ssl=/opt/local \
                               --with-wx-config=/opt/local/bin/wx-config \
                               --without-javac \
                               --without-jinterface \
                               --without-odbc"

Does anyone recommend disabling hipe and sctp? Or is there an option that I don’t have that should be set to work well with Erlang 24.0? I look forward to your feedback and thanks in advance.

3 Likes

Hipe doesn’t exist in OTP 24 I believe so I think for that you are already fine for that at least.

4 Likes