Merge remote-tracking branch 'origin/main' into copilot/create-simple-build-workflow

This commit is contained in:
copilot-swe-agent[bot] 2026-02-18 10:33:10 +00:00
commit e21ae7e013
4 changed files with 481 additions and 158 deletions

View file

@ -18,11 +18,15 @@ mango version:
wlroots version:
## Crash track
1.you need to build mango by enable asan flag.
```bash
meson build -Dprefix=/usr -Dasan=true
``
```
2.run mango in tty.
```bash
export ASAN_OPTIONS="detect_leaks=1:halt_on_error=0:log_path=/home/xxx/asan.log"
mango