Advertisement
jozze

/etc/make.conf

May 17th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. WITH_PKGNG=yes
  2. CC=clang
  3. CXX=clang++
  4. CPP=clang-cpp
  5. CPUTYPE?=native
  6.  
  7. # kernel + world, /usr/src things
  8. COPTFLAGS+=-O3
  9. SVN_UPDATE=yes
  10. NO_DOCUPDATE=yes # don't update docs with 'make update'
  11. NO_PORTSUPDATE=yes # don't update ports with 'make update'
  12.  
  13. # kernel conf
  14. KERNCONF?=STRIPPED GENERIC
  15.  
  16. # world specific
  17. #LOADER_FIREWIRE_SUPPORT=yes # enabling acces over firewire dconschat(8)
  18.  
  19. # added by use.perl 2013-05-17 00:46:40
  20. PERL_VERSION=5.14.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement