]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
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>
Thu, 5 Aug 2021 08:59:51 +0000 (09:59 +0100)
commit120f0a029e267067325757f4269ab6b30506ddd7
treee4342dbe5babd7bde96aa0e88b683e9fe40f1446
parent7a7324d9cebee6f42d77a39f3a8c657e23676cc2
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

(cherry picked from commit 2eefc1d926430dbba83128d27f8bed3c34199159)
rescue/rescue/Makefile