Skip to content

Instantly share code, notes, and snippets.

@PeterDaveHello
Created December 27, 2015 09:32
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 PeterDaveHello/cd2fe0a106d90901c291 to your computer and use it in GitHub Desktop.
Save PeterDaveHello/cd2fe0a106d90901c291 to your computer and use it in GitHub Desktop.
My FreeBSD /etc/make.conf
WITH_PKGNG=yes
NO_INET6?=YES
NO_PROFILE?=YES
CPUTYPE=native
CFLAGS+=-march=native -O2 -pipe -fno-strict-aliasing
COPTFLAGS+=-O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing
OPTIMIZED_CFLAGS?=YES
BUILD_OPTIMIZED?=YES
WITH_CPUFLAGS?=YES
WITH_OPTIMIZED_CFLAGS?=YES
WITHOUT_DEBUG?=YES
BUILD_STATIC?=YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment