mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 15:24:31 +02:00
disabled asan - clang ubasan checks, too.
This commit is contained in:
committed by
Klemens Morgenstern
parent
a4a90af541
commit
099dcb58e8
@@ -44,7 +44,7 @@ def main(ctx):
|
||||
],
|
||||
# Standards
|
||||
'>=11',
|
||||
docs=False, ubsan=False
|
||||
docs=False, ubsan=False, asan=False
|
||||
)
|
||||
|
||||
alljobs.extend(generatedjobs)
|
||||
|
Reference in New Issue
Block a user