mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add CI build with clang sanitizers, increase stack size to 30 MB for builds with sanitizers.
This commit is contained in:
parent
f3fe2631da
commit
ba0317be04
5 changed files with 36 additions and 2 deletions
|
@ -162,6 +162,7 @@ def configure(env):
|
|||
|
||||
if env["use_ubsan"] or env["use_asan"] or env["use_lsan"] or env["use_tsan"] or env["use_msan"]:
|
||||
env.extra_suffix += ".san"
|
||||
env.Append(CCFLAGS=["-DSANITIZERS_ENABLED"])
|
||||
|
||||
if env["use_ubsan"]:
|
||||
env.Append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue