Skip to content

Instantly share code, notes, and snippets.

@ymotongpoo
Created November 18, 2011 12:13
Show Gist options
  • Save ymotongpoo/1376300 to your computer and use it in GitHub Desktop.
Save ymotongpoo/1376300 to your computer and use it in GitHub Desktop.
Erlang configure option
% ./configure --prefix=/opt/erlang/R15B01 \
> --disable-hipe \
> --disable-native-libs \
> --enable-smp-support \
> --enable-threads \
> --enable-kernel-poll \
> --enable-darwin-64bit \
> --without-javac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment