toolchains_llvm/toolchain/config
Michał Maślanka 6d42ca395c
Added option to skip linking against `libunwind` (#346)
It may sometimes be desired not to use `libunwind`. Added a `bool_flag`
that allows the user to disable linking against the `libunwind` library.
    
To disable linking against libunwind use the following command line
parameter:

```
--@toolchains_llvm//toolchain/config:libunwind=False
```

---------

Signed-off-by: Michał Maślanka <michal@redpanda.com>
Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
2024-09-30 13:00:24 +00:00
..
BUILD.bazel Added option to skip linking against `libunwind` (#346) 2024-09-30 13:00:24 +00:00