Optimize more aggressively for WASM builds
authorMatt Corallo <git@bluematt.me>
Sat, 15 Jan 2022 22:59:11 +0000 (22:59 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 16 Jan 2022 00:03:38 +0000 (00:03 +0000)
Use `-Oz` instead of `-Os` because why not, and include LLVM
bitcode in C dependencies.

This reduces `liblightningjs_release.wasm` from 3.0MB to 2.4MB,
likely mostly from removing secp256k1 symbols that were unused.


No differences found