aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDomagoj Stolfa <ds815@cam.ac.uk>2023-08-02 00:10:46 +0000
committerMark Johnston <markj@FreeBSD.org>2023-08-02 13:15:08 +0000
commit6de02228409fd2b7ca1d7e3b8d9043a105093cdd (patch)
tree264248d0b655a9f7814ee7b797f0a10283ce6d78 /tools
parentbd16c274c3826926108f0539b5043c5a811cad43 (diff)
downloadsrc-6de02228409fd2b7ca1d7e3b8d9043a105093cdd.tar.gz
src-6de02228409fd2b7ca1d7e3b8d9043a105093cdd.zip
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITH_DTRACE_ASAN4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/options/WITH_DTRACE_ASAN b/tools/build/options/WITH_DTRACE_ASAN
new file mode 100644
index 000000000000..4240aee4b89b
--- /dev/null
+++ b/tools/build/options/WITH_DTRACE_ASAN
@@ -0,0 +1,4 @@
+Compile userspace DTrace code (libdtrace, dtrace(1), lockstat(1), plockstat(1))
+with address and undefined behavior sanitizers.
+Requires that Clang be used as the base system compiler
+and that the runtime support library is available.