Drop `cargo rustc` in favor of using $RUSTFLAGS
authorMatt Corallo <git@bluematt.me>
Sat, 15 Jan 2022 23:22:23 +0000 (23:22 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 16 Jan 2022 00:04:29 +0000 (00:04 +0000)
cargo rustc only passes the given arguments to the linking rustc,
not any building rustc calls, which is not generally what we want.

This further reduces `liblightningjs_release.wasm` from 2.4MB to
2.3 MB.


No differences found