aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/sanitizers.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/rl-next/sanitizers.md')
-rw-r--r--doc/manual/rl-next/sanitizers.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manual/rl-next/sanitizers.md b/doc/manual/rl-next/sanitizers.md
new file mode 100644
index 000000000..0abc57c7b
--- /dev/null
+++ b/doc/manual/rl-next/sanitizers.md
@@ -0,0 +1,10 @@
+---
+synopsis: "Lix now supports building with UndefinedBehaviorSanitizer"
+cls: [1483]
+credits: [jade]
+category: Development
+---
+
+You can now build Lix with the configuration option `-Db_sanitize=undefined` and it will both work and pass tests. AddressSanitizer support is also coming soon.
+
+For a list of undefined behaviour fixed by sanitizer usage, see [the gerrit topic "undefined-behaviour"](https://gerrit.lix.systems/q/topic:%22undefined-behaviour%22).