bjorn3 commented on issue #1180:
Cargo now disables optimizations for build scripts by default.
jameysharp commented on issue #1180:
Good point, @bjorn3. If I'm understanding this issue correctly, I think we can close it.
jameysharp closed issue #1180:
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