]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pmc: Fix some problems with the makefile
authorMark Johnston <markj@FreeBSD.org>
Thu, 15 Feb 2024 18:17:37 +0000 (13:17 -0500)
committerMark Johnston <markj@FreeBSD.org>
Fri, 16 Feb 2024 14:50:43 +0000 (09:50 -0500)
commit23d4d0fcc1be3d2f44054dd12725098ac7ee34a9
tree94dbecbafd87c1bc28c72c306e83335dab96a218
parente7e2431586a4f1d81fc37410f1ca1a9ae794857b
pmc: Fix some problems with the makefile

- For some reason we don't build it as a PIE, but I don't have any
  problems doing so with either clang or gcc.
- There is no apparent need to override WARNS, so don't.
- Some building with -O0, presumably that's left over from debugging.

MFC after: 1 week
Reviewed by: imp, brooks
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D43923
usr.sbin/pmc/Makefile