Indra-db / Flecs-Rust

Rust API for Flecs: A Fast and Flexible Entity Component System (ECS)
MIT License
194 stars 11 forks source link

Makefile.toml: Add `asan-macos` task. #147

Closed waywardmonkeys closed 4 months ago

waywardmonkeys commented 4 months ago

This runs the tests with address sanitizer on macOS.

This needs to be run with +nightly and you'll need a current version of LLVM / Clang installed via homebrew.