Skip to content

Instantly share code, notes, and snippets.

@dot
Forked from ursm/make.conf
Created November 18, 2009 04:19
Show Gist options
  • Save dot/237560 to your computer and use it in GitHub Desktop.
Save dot/237560 to your computer and use it in GitHub Desktop.
CFLAGS="-march=nocona -O2 -mssse3 -pipe"
CXXFLAGS=$CFLAGS
ACCEPT_KEYWORDS="${ACCEPT_KEYWORDS} ~x86-macos"
MAKEOPTS="-j4"
FEATURES="candy ccache"
EMERGE_DEFAULT_OPTS="--keep-going"
PORTAGE_NICENESS="5"
USE="cjk ipv6 lzma nls threads unicode vim-syntax zsh-completion"
LINGUAS="ja"
PORTDIR_OVERLAY="/Users/ursm/prefix-overlay"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment