Page MenuHomeFreeBSD

pmc: Fix some problems with the makefile
ClosedPublic

Authored by markj on Feb 15 2024, 6:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 12, 6:11 AM
Unknown Object (File)
Sun, May 10, 8:17 PM
Unknown Object (File)
Sun, May 10, 4:52 PM
Unknown Object (File)
Mon, May 4, 8:50 PM
Unknown Object (File)
Sun, May 3, 12:25 AM
Unknown Object (File)
Thu, Apr 30, 7:27 AM
Unknown Object (File)
Wed, Apr 29, 3:29 PM
Unknown Object (File)
Wed, Apr 29, 3:19 PM
Subscribers

Details

Summary
  • 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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable