Stream: git-cranelift

Topic: cranelift / Issue #1384 Don't build the meta crate with o...


view this post on Zulip GitHub (Feb 10 2020 at 16:18):

bnjbvr edited Issue #1384:

See https://github.com/bytecodealliance/wasmtime/commit/8affec0896334925f6b6ee714b7d3a85782ab7ee. With Rustc 1.41+, it's possible to disable optimizations for build-time-only crates, so we should do this. This should reduce build time for optimized and release builds.

view this post on Zulip GitHub (Feb 28 2020 at 23:28):

alexcrichton transferred Issue #1384:

See https://github.com/bytecodealliance/wasmtime/commit/8affec0896334925f6b6ee714b7d3a85782ab7ee. With Rustc 1.41+, it's possible to disable optimizations for build-time-only crates, so we should do this. This should reduce build time for optimized and release builds.


Last updated: Nov 22 2024 at 17:03 UTC