Skip to content

Instantly share code, notes, and snippets.

@mzp
Created June 9, 2012 10:30
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 mzp/2900461 to your computer and use it in GitHub Desktop.
Save mzp/2900461 to your computer and use it in GitHub Desktop.
smlsharp configure option
./configure CC='gcc -m32' CXX='g++ -m32' LD='ld -arch i386' --enable-native=x86-darwin --prefix=/opt/smlsharp --enable-fast-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment