Turn off profiled libs build by default.
Can be enabled back using WITH_PROFILE=yes in /etc/src.conf
This commit is contained in:
parent
9ffe5c73c1
commit
d0ed1ea4b7
@ -239,7 +239,7 @@ BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \
|
||||
BOOTSTRAPPING=${OSRELDATE} \
|
||||
SSP_CFLAGS= \
|
||||
-DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN \
|
||||
-DNO_PIC -DWITHOUT_PROFILE -DNO_SHARED \
|
||||
-DNO_PIC -DNO_PROFILE -DNO_SHARED \
|
||||
-DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF
|
||||
|
||||
# build-tools stage
|
||||
@ -438,7 +438,7 @@ _libraries:
|
||||
@echo "--------------------------------------------------------------"
|
||||
${_+_}cd ${.CURDIR}; \
|
||||
${WMAKE} -DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT \
|
||||
-DWITHOUT_MAN -DWITHOUT_PROFILE libraries
|
||||
-DWITHOUT_MAN -DNO_PROFILE libraries
|
||||
_depend:
|
||||
@echo
|
||||
@echo "--------------------------------------------------------------"
|
||||
@ -1321,8 +1321,8 @@ ${_lib}__PL: .PHONY
|
||||
cd ${.CURDIR}/${_lib}; \
|
||||
${MAKE} DIRPRFX=${_lib}/ obj; \
|
||||
${MAKE} DIRPRFX=${_lib}/ depend; \
|
||||
${MAKE} -DWITHOUT_PROFILE -DNO_PIC DIRPRFX=${_lib}/ all; \
|
||||
${MAKE} -DWITHOUT_PROFILE -DNO_PIC DIRPRFX=${_lib}/ install
|
||||
${MAKE} -DNO_PROFILE -DNO_PIC DIRPRFX=${_lib}/ all; \
|
||||
${MAKE} -DNO_PROFILE -DNO_PIC DIRPRFX=${_lib}/ install
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
@ -1555,7 +1555,7 @@ XDEV_CPUTYPE?=${TARGET_CPUTYPE}
|
||||
.endif
|
||||
|
||||
NOFUN=-DNO_FSCHG -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT \
|
||||
-DWITHOUT_MAN -DWITHOUT_NLS -DWITHOUT_PROFILE \
|
||||
-DWITHOUT_MAN -DWITHOUT_NLS -DNO_PROFILE \
|
||||
-DWITHOUT_KERBEROS -DWITHOUT_RESCUE -DNO_WARNS \
|
||||
TARGET=${XDEV} TARGET_ARCH=${XDEV_ARCH} \
|
||||
CPUTYPE=${XDEV_CPUTYPE}
|
||||
|
@ -388,7 +388,6 @@ __DEFAULT_YES_OPTIONS = \
|
||||
PMC \
|
||||
PORTSNAP \
|
||||
PPP \
|
||||
PROFILE \
|
||||
QUOTAS \
|
||||
RCMDS \
|
||||
RCS \
|
||||
@ -423,7 +422,8 @@ __DEFAULT_NO_OPTIONS = \
|
||||
ICONV \
|
||||
IDEA \
|
||||
LIBCPLUSPLUS \
|
||||
OFED
|
||||
OFED \
|
||||
PROFILE
|
||||
|
||||
#
|
||||
# Default behaviour of some options depends on the architecture. Unfortunately
|
||||
|
@ -1,2 +0,0 @@
|
||||
.\" $FreeBSD$
|
||||
Set to avoid compiling profiled libraries.
|
2
tools/build/options/WITH_PROFILE
Normal file
2
tools/build/options/WITH_PROFILE
Normal file
@ -0,0 +1,2 @@
|
||||
.\" $FreeBSD$
|
||||
Set to build profiled libraries.
|
Loading…
Reference in New Issue
Block a user