X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=genbindings.sh;h=731ff9a55f65e14c0ce3d52f67df207958bb9f1c;hb=17cbe5d4f3b35f5f04b5c3e1e39c73d794249937;hp=5f2c26f13566d06d6953cd6095de950e07cbb466;hpb=c2700a649b5c6a1f9fb2c3f705b7dc4b647aecfb;p=ldk-c-bindings diff --git a/genbindings.sh b/genbindings.sh index 5f2c26f..731ff9a 100755 --- a/genbindings.sh +++ b/genbindings.sh @@ -571,5 +571,5 @@ else if [ "$CFLAGS_aarch64_apple_darwin" != "" ]; then RUSTFLAGS="$BASE_RUSTFLAGS -C embed-bitcode=yes -C lto -C target-cpu=apple-a14" CARGO_PROFILE_RELEASE_LTO=true cargo build $CARGO_BUILD_ARGS -v --release --target aarch64-apple-darwin fi - echo "WARNING: Building with cross-language LTO is not avilable without clang-$RUSTC_LLVM_V" + echo "WARNING: Building with cross-language LTO is not avilable without clang-$RUSTC_LLVM_V and lld-$RUSTC_LLVM_V" fi