Skip to content

Instantly share code, notes, and snippets.

@bartdag
Created April 16, 2012 12:19
Show Gist options
  • Save bartdag/2398346 to your computer and use it in GitHub Desktop.
Save bartdag/2398346 to your computer and use it in GitHub Desktop.
Building uwsgi with python from homebrew
export CFLAGS="-Os -w -pipe -march=core2 -msse4 -arch x86_64"
export LDFLAGS="-arch x86_64"
pip install uwsgi-1.2-rc1.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment