Hi@ALL
FreeBSD 9.1-AMD64:
I've tried to recompile some custom kernels to reduce unwanted parts
- Where do users find useful make.conf settings
- Must the cputype be set? I didn't find setting Phenom X6 on Internet "hammer"?
- How to speed up the recompile of the whole system?
Dump of make.conf:
Thanks.
FreeBSD 9.1-AMD64:
I've tried to recompile some custom kernels to reduce unwanted parts
- Where do users find useful make.conf settings
- Must the cputype be set? I didn't find setting Phenom X6 on Internet "hammer"?
- How to speed up the recompile of the whole system?
Dump of make.conf:
Code:
WITHOUT_X11=yes
MAKEOPTS=-j7 # use 6 cores
BATCH=yes # run batch
PERL_VERSION=5.12.4
MODULES_OVERRIDE=acpi # shrink kernel
BUILD_OPTIMIZED=YES
OPTIMIZED_CFLAGS=YES
CFLAGS=-O2 -pipe -fno-strict-aliasing # must this be set?
WITH_CPUFLAGS=YES #??
WITH_OPTIMIZED_CFLAGS=YES #??
WITHOUT_DEBUG=YES
BUILD_STATIC=YES #??
WITH_PKGNG=yes #pkgng use
Thanks.