Skip to content

Instantly share code, notes, and snippets.

@ylluminate
Created February 28, 2012 02:37
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 ylluminate/8398df43361f7df4b0cd to your computer and use it in GitHub Desktop.
Save ylluminate/8398df43361f7df4b0cd to your computer and use it in GitHub Desktop.
brew --env
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments
CXXFLAGS: -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments
MAKEFLAGS: -j16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment