Skip to content

Instantly share code, notes, and snippets.

@np422
Created January 13, 2012 13:36
Show Gist options
  • Save np422/1606231 to your computer and use it in GitHub Desktop.
Save np422/1606231 to your computer and use it in GitHub Desktop.
cat <<EOF >/usr/local/share/config.site
CFLAGS="-march=native -mtune=native -fomit-frame-pointer -O2"
CC="gcc"
CPPFLAGS='-I/usr/local/include'
LDFLAGS='-L/usr/local/lib -R/usr/local/lib'
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment