Skip to content

Instantly share code, notes, and snippets.

@holms
Created December 10, 2012 19:24
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 holms/4252711 to your computer and use it in GitHub Desktop.
Save holms/4252711 to your computer and use it in GitHub Desktop.
My freebsd mk.conf
CPUTYPE?=nocona
CFLAGS+=-Os -pipe -fno-strict-aliasing
COPTFLAGS=-Os -pipe -funroll-loops -ffast-math -fno-strict-aliasing
KERNCONF=BSD GENERIC
OPTIMIZED_CFLAGS=YES
WITHOUT_X11=YES
BUILD_OPTIMIZED=YES
WITH_CPUFLAGS=YES
WITH_OPTIMIZED_CFLAGS=YES
#WITHOUT_DEBUG=YES
BUILD_STATIC=YES
NO_PROFILE=YES
NO_INET6=YES
WITHOUT_X11=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment