aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2021-08-02 08:48:21 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-08-02 13:33:24 +0000
commit7bc797e3f3807660cf98e5b1bd63545cafe820f8 (patch)
treea18a5a861b88b98e04104d5a563dbb4c4807e77a /lib/csu
parent5f6c8ce2452da2da233e37bf4c2b6fccde8594b1 (diff)
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/csu/Makefile.inc b/lib/csu/Makefile.inc
index 5681ef65117a..b089e1a947b1 100644
--- a/lib/csu/Makefile.inc
+++ b/lib/csu/Makefile.inc
@@ -3,6 +3,9 @@
SSP_CFLAGS=
NO_WMISSING_VARIABLE_DECLARATIONS=
+# Can't instrument these files since that breaks non-sanitized programs.
+MK_ASAN:= no
+MK_UBSAN:= no
.include <src.opts.mk>