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)
Sun, Jun 2, 4:42 PM
Unknown Object (File)
Wed, May 22, 12:08 AM
Unknown Object (File)
May 13 2024, 12:59 PM
Unknown Object (File)
May 13 2024, 12:59 PM
Unknown Object (File)
May 13 2024, 10:29 AM
Unknown Object (File)
May 6 2024, 2:22 PM
Unknown Object (File)
May 2 2024, 12:50 PM
Unknown Object (File)
Mar 21 2024, 3:45 AM
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