Enable X-lang LTO for Windows x86-64 builds (or any extra build)
[ldk-c-bindings] / deterministic-build-wrappers / clang-x86_64-windows
1 #!/bin/bash
2 clang -fembed-bitcode -fuse-ld=lld -target x86_64-pc-windows-gnu "$@"