fixup! hs-v3: Silence some logging for client authorization
[tor.git] / link_rust.sh.in
blob59f4142baabdcf7390d2b6d73ed4770204a7964f
1 #!/bin/sh
3 # A linker script used when building Rust tests. Autoconf makes link_rust.sh
4 # from link_rust_sh.in, and uses it to pass extra options to the linker
5 # when linking Rust stuff.
7 # We'd like to remove the need for this, but build.rs doesn't let us pass
8 # -static-libasan and -static-libubsan to the linker.
10 $CCLD @RUST_LINKER_OPTIONS@ "$@"