Skip to content

Commit

Permalink
always optimiz macroquad
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev committed May 19, 2023
1 parent c10eea4 commit c6afc1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ num_enum = "0.6.1"
once_cell = { version = "1.17.1", features = ["parking_lot"] }
serialport = "4.2.0"

[target.'cfg(windows)'.dependencies]
attohttpc = { version = "0.25.0", default-features = false, features = ["tls-rustls-webpki-roots"] }
piz = "0.5.1"

# Enable optimizations in debug mode for macroquad only (requires Rust 1.41):
[profile.dev.package.macroquad]
opt-level = 3

0 comments on commit c6afc1f

Please sign in to comment.