Skip to content

Instantly share code, notes, and snippets.

@MarcelCutts
Created July 16, 2018 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcelCutts/40cf1764847b48d621de2ad6948a6616 to your computer and use it in GitHub Desktop.
Save MarcelCutts/40cf1764847b48d621de2ad6948a6616 to your computer and use it in GitHub Desktop.
Enable erlang to compile with asdf
export CC=clang CXX=clang CFLAGS="-g -O3 -fstack-protector" LDFLAGS="-fstack-protector" KERL_CONFIGURE_OPTIONS="--disable-hipe --enable-smp-support --enable-threads --enable-kernel-poll --enable-darwin-64bit --with-ssl=/usr/local/opt/openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment