Skip to content

Commit

Permalink
Release builds now build incrementally to improve iteration times
Browse files Browse the repository at this point in the history
  • Loading branch information
Pombal committed Aug 25, 2023
1 parent b62bc1f commit f3834bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,6 @@ wasm-bindgen = { git = "https://github.com/rustwasm/wasm-bindgen.git" }
js-sys = { git = "https://github.com/rustwasm/wasm-bindgen.git" }
wasm-bindgen-futures = { git = "https://github.com/rustwasm/wasm-bindgen.git" }
wasm-bindgen-shared = { git = "https://github.com/rustwasm/wasm-bindgen.git" }

[profile.release]
incremental = true

0 comments on commit f3834bc

Please sign in to comment.