make.conf options for profiling.

Some options in make.conf can be related to profiling.
There exist for instance in make.conf you can SET/UNSET, globally or port based.
Code:
APROFILE
LOW_MEMORY_PROFILE
MEMPROF
NFPROFILE
PERFPROFILE
PPROFILES
PROFANITY
PROFILE
PROFILER
PROFILING
PROFTPD
RPROF
But which option should be enabled/disabled in which context and what do they mean.
[Cfr. Gentoo]
I have 3400 ports installed, so going over every port is a bit cumbersome.
 
Options are per port, look at their description. Similar options should be named the same, but most likely, these are sufficiently different. And I'm very sure PROFANITY isn't related to any profiling stuff.

Really generic options are described in /usr/ports/Mk/bsd.options.desc.mk. This only knows PROFILE though.
 
Back
Top