hello, i'm looking for advice for make.conf
server is an intel xeon quadcore 2.83ghz with 8gb of ram
i intend to use freebsd 7.2 and ZFS
sofar i have this:
Does that look ok?
Also, when it comes to jails can i just copy the same thing into my jail make.conf or is that going to cause issues?
thanks
server is an intel xeon quadcore 2.83ghz with 8gb of ram
i intend to use freebsd 7.2 and ZFS
sofar i have this:
Code:
CPUTYPE?=nocona
CFLAGS= -O2 -pipe -fno-strict-aliasing
COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing
KERNCONF= SERVER GENERIC
OPTIMIZED_CFLAGS= YES
WITHOUT_X11= YES
BUILD_OPTIMIZED= YES
WITH_CPUFLAGS= YES
WITHOUT_DEBUG= YES
WITH_OPTIMIZED_CFLAGS= YES
NO_PROFILE= YES
BUILD_STATIC= YES
Does that look ok?
Also, when it comes to jails can i just copy the same thing into my jail make.conf or is that going to cause issues?
thanks