mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 23:01:16 -03:00
These are NOT build-time defines but rather run-time environment variables! They have never had any effect and we have effectively never used them to affect sanitizer behavior under CI with ASAN/UBSAN/LSAN enabled. (I caught this because the tests don't pass with either of LSAN_OPTIONS `verbosity=1` or `log_threads=1` because they inject text into the stderr output, ensuring they never pass littlecheck.)