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)
Mon, Dec 30, 6:54 AM
Unknown Object (File)
Fri, Dec 27, 3:03 PM
Unknown Object (File)
Wed, Dec 25, 8:23 AM
Unknown Object (File)
Sat, Dec 14, 4:27 PM
Unknown Object (File)
Nov 6 2024, 8:19 AM
Unknown Object (File)
Nov 6 2024, 8:18 AM
Unknown Object (File)
Nov 6 2024, 8:18 AM
Unknown Object (File)
Nov 4 2024, 10:49 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