mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Instead of specifying env variables all the time we can instead embed the __asan_default_options symbol in all executables / shared objects. This reduces code duplication. |
||
|---|---|---|
| .. | ||
| main.cc | ||
| meson.build | ||
| nix-meson-build-support | ||
| README.md | ||
A very simple C++ consumer of the libstore library.
- Keep it simple. Library consumers expect something simple.
- No build hook, or any other reinvocations.
- No more global state than necessary.