diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-08-02 08:48:21 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-08-02 13:33:24 +0000 |
| commit | 7bc797e3f3807660cf98e5b1bd63545cafe820f8 (patch) | |
| tree | a18a5a861b88b98e04104d5a563dbb4c4807e77a /lib/csu | |
| parent | 5f6c8ce2452da2da233e37bf4c2b6fccde8594b1 (diff) | |
Diffstat (limited to 'lib/csu')
| -rw-r--r-- | lib/csu/Makefile.inc | 3 |
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> |
