From 1395a76f6c5ebfa7aaee1b3ae46738c04d0748d0 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Mon, 1 Apr 2024 14:07:13 -0700 Subject: [PATCH] Fix typo --- builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.json b/builder.json index e52c753c0..56c64fd35 100644 --- a/builder.json +++ b/builder.json @@ -44,7 +44,7 @@ "clang": { "cmake_args": [ "-DENABLE_SANITIZERS=ON", - "-DSANTIZERS=address,undefines" + "-DSANTIZERS=address,undefined" ] } }