Skip to content

Instantly share code, notes, and snippets.

@cararemixed
Created March 24, 2014 20:38
Show Gist options
  • Save cararemixed/9748632 to your computer and use it in GitHub Desktop.
Save cararemixed/9748632 to your computer and use it in GitHub Desktop.
erln8.d/config
[Erln8]
color=true
banner=false
default_config=default
system_default=R17RC2-dirty
[Repos]
default=https://github.com/erlang/otp.git
[Erlangs]
none=
R14B01=/Users/brian/.erln8.d/otps/R14B01
R16B03-1=/Users/brian/.erln8.d/otps/R16B03-1
R17RC1=/Users/brian/.erln8.d/otps/R17RC1
R17RC1-dirty=/Users/brian/.erln8.d/otps/R17RC1-dirty
R15B03-1=/Users/brian/.erln8.d/otps/R15B03-1
R14B04=/Users/brian/.erln8.d/otps/R14B04
R17RC2-dirty=/Users/brian/.erln8.d/otps/R17RC2-dirty
[Configs]
default=--enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit --enable-hipe
legacy=--enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit --disable-hipe CC=gcc-4.2 --with-ssl=/Users/brian/.local/openssl-0.9.8 --disable-dynamic-ssl-lib
tracing=--enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit --enable-hipe --with-dynamic-trace=dtrace --enable-vm-probes
dirty=--enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit --enable-hipe --with-dynamic-trace=dtrace --enable-vm-probes --enable-dirty-schedulers
@cararemixed
Copy link
Author

You'll mostly want the [Configs] section and possibly the [Erln8] and [Repos]. [Erlangs] is managed by erln8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment