mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
Meta: Add Windows sanitizer presets
Windows Clang supports both ASAN and UBSAN
This commit is contained in:
parent
35d39e6cbc
commit
56d7d50566
Notes:
github-actions[bot]
2025-06-17 21:34:50 +00:00
Author: https://github.com/ayeteadoe
Commit: 56d7d50566
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4962
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/R-Goc
2 changed files with 80 additions and 9 deletions
|
@ -261,6 +261,7 @@ def configure_build_env(preset: str) -> tuple[Path, Path]:
|
|||
"Swift_Release": build_root_dir / "swift",
|
||||
"Windows_CI": build_root_dir / "release",
|
||||
"Windows_Experimental": build_root_dir / "debug",
|
||||
"Windows_Sanitizer_CI": build_root_dir / "sanitizers",
|
||||
}
|
||||
|
||||
build_preset_dir = known_presets.get(preset, None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue