diff --git a/builder.json b/builder.json index 56c64fd35..ad4fe6b80 100644 --- a/builder.json +++ b/builder.json @@ -30,24 +30,16 @@ ] }, "tsan": { - "compilers": { - "clang": { - "cmake_args": [ - "-DENABLE_SANITIZERS=ON", - "-DSANTIZERS=thread" - ] - } - } + "cmake_args": [ + "-DENABLE_SANITIZERS=ON", + "-DSANITIZERS=thread" + ] }, "asan": { - "compilers": { - "clang": { - "cmake_args": [ - "-DENABLE_SANITIZERS=ON", - "-DSANTIZERS=address,undefined" - ] - } - } + "cmake_args": [ + "-DENABLE_SANITIZERS=ON", + "-DSANTIIZERS=address,undefined" + ] } } }