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)
Wed, May 22, 12:08 AM
Unknown Object (File)
Mon, May 13, 12:59 PM
Unknown Object (File)
Mon, May 13, 12:59 PM
Unknown Object (File)
Mon, May 13, 10:29 AM
Unknown Object (File)
Mon, May 6, 2:22 PM
Unknown Object (File)
Thu, May 2, 12:50 PM
Unknown Object (File)
Mar 21 2024, 3:45 AM
Unknown Object (File)
Feb 18 2024, 6:15 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