Fix building rescue/rescue when sanitizers are enabled
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 6 Jul 2021 11:18:29 +0000 (12:18 +0100)
committerAlex Richardson <arichardson@FreeBSD.org>
Tue, 6 Jul 2021 11:18:30 +0000 (12:18 +0100)
commit2eefc1d926430dbba83128d27f8bed3c34199159
tree75a0a3d025523dd1962a10aeda7d2a3ed43ea7f3
parentc78f449d85e0b292fe5d942cca99f11c1cd430fa
Fix building rescue/rescue when sanitizers are enabled

We have to ensure that we don't link any instrumented object files
into rescue as it is a static executable and static binaries can't
use the sanitizer runtime.

Reviewed By: imp
Differential Revision: https://reviews.freebsd.org/D31044
rescue/rescue/Makefile