mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Update WITH_PROFILE description as it is yet removed
GCC still wants to link against (for example) libc_p.a when -pg is in use, and it's unclear when and how this will be addressed. Change the WITH_PROFILE option description to claim that it may be removed from an unspecified future version of FreeBSD, rather than FreeBSD 14. Reported by: Steve Kargl MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
70b5c4ff48
commit
f768ecf247
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" $FreeBSD$
|
||||
Build profiled libraries for use with
|
||||
.Xr gprof 8 .
|
||||
This option is deprecated and is not present in
|
||||
.Fx 14 .
|
||||
This option is deprecated and may not be present in a future version of
|
||||
.Fx .
|
||||
|
|
|
|||
Loading…
Reference in a new issue