Skip to content

Commit

Permalink
Optimize texpresso even in dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Nov 7, 2023
1 parent d6a273a commit f91c9d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ web-sys = { workspace = true, features = ["Window"] }

[target.'cfg(any(target_os = "windows", target_os = "linux"))'.dev-dependencies]
renderdoc = "0.11"

# This is too slow in Debug
[profile.dev.package.texpresso]
opt-level = 3

0 comments on commit f91c9d3

Please sign in to comment.