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, Nov 6, 8:19 AM
Unknown Object (File)
Wed, Nov 6, 8:18 AM
Unknown Object (File)
Wed, Nov 6, 8:18 AM
Unknown Object (File)
Mon, Nov 4, 10:49 AM
Unknown Object (File)
Oct 6 2024, 6:02 PM
Unknown Object (File)
Oct 5 2024, 4:36 PM
Unknown Object (File)
Oct 5 2024, 8:56 AM
Unknown Object (File)
Oct 4 2024, 8:21 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