Skip to content

Instantly share code, notes, and snippets.

@eiri
Created October 12, 2017 00:52
Show Gist options
  • Save eiri/54f5f1f19c3a1d1d17c6d4da976e7929 to your computer and use it in GitHub Desktop.
Save eiri/54f5f1f19c3a1d1d17c6d4da976e7929 to your computer and use it in GitHub Desktop.
Example of erln8 (v1) config
[Erln8]
color=true
banner=false
default_config=default
system_default=r20
[Repos]
default=https://github.com/erlang/otp.git
[Erlangs]
none=
r17=~/.erln8.d/otps/17.5.6.9
r18=~/.erln8.d/otps/18.3.4.5
r19=~/.erln8.d/otps/19.3.6.3
r20=~/.erln8.d/otps/20.1.2
[Configs]
default=--enable-smp-support --enable-threads --enable-kernel-poll --enable-hipe --enable-dirty-schedulers --enable-m64-build --enable-builtin-zlib --without-orber --without-ic --without-cosEvent --without-cosEventDomain --without-cosFileTransfer --without-cosNotification --without-cosProperty --without-cosTime --without-cosTransactions --with-snmp --without-megaco --without-wx --with-otp_mibs --with-os_mon --without-ssh --without-ose --without-ct --without-webtools --without-odbc --without-diameter --without-eldap --without-gs --without-jinterface --without-et --without-edoc --without-erl_docgen --without-debugger --without-observer
min=--without-termcap --enable-builtin-zlib --without-hipe --disable-hipe --without-orber --without-ic --without-cosEvent --without-cosEventDomain --without-cosFileTransfer --without-cosNotification --without-cosProperty --without-cosTime --without-cosTransactions --without-snmp --without-megaco --without-wx --without-otp_mibs --without-ssh --without-ose --without-ct --without-eunit --without-webtools --without-observer --without-dialyzer --without-odbc --without-os_mon --without-asn1 --without-diameter --without-eldap --without-gs --without-jinterface --without-et --without-edoc --without-erl_docgen --without-debugger
osx_llvm=--disable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit
osx_llvm_dtrace=--disable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit --enable-vm-probes --with-dynamic-trace=dtrace
osx_gcc=--disable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit
osx_gcc_env=CC=gcc-4.2 CPPFLAGS='-DNDEBUG' MAKEFLAGS='-j 3'
legacy_env=CC=gcc-4.4 CPPFLAGS='-DNDEBUG' MAKEFLAGS='-j 3'
legacy=--enable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --enable-m64-build --without-javac --without-wx --without-odbc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment