mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert to conservative defaults. WITH_PROFILE is a default now.
NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact so that the reversal to the WITHOUT_PROFILE will be easier in future.
This commit is contained in:
parent
aba07fdf5a
commit
5f73185f0f
3 changed files with 4 additions and 4 deletions
|
|
@ -383,6 +383,7 @@ __DEFAULT_YES_OPTIONS = \
|
|||
PMC \
|
||||
PORTSNAP \
|
||||
PPP \
|
||||
PROFILE \
|
||||
QUOTAS \
|
||||
RCMDS \
|
||||
RCS \
|
||||
|
|
@ -418,8 +419,7 @@ __DEFAULT_NO_OPTIONS = \
|
|||
ICONV \
|
||||
IDEA \
|
||||
LIBCPLUSPLUS \
|
||||
OFED \
|
||||
PROFILE
|
||||
OFED
|
||||
|
||||
#
|
||||
# Default behaviour of some options depends on the architecture. Unfortunately
|
||||
|
|
|
|||
2
tools/build/options/WITHOUT_PROFILE
Normal file
2
tools/build/options/WITHOUT_PROFILE
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.\" $FreeBSD$
|
||||
Set to avoid compiling profiled libraries.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build profiled libraries.
|
||||
Loading…
Reference in a new issue