1
Fork 0

added min profile

This commit is contained in:
Andy Killorin 2023-09-13 16:52:00 -05:00
parent d9d5eecd89
commit f12053d77c
Signed by: ank
GPG key ID: B6241CA3B552BCA4
2 changed files with 6 additions and 2 deletions

View file

@ -3,3 +3,9 @@ members = [
"pirates",
"client",
]
[profile.minsized]
inherits = "release"
lto = true
opt-level = 'z'
strip = true

View file

@ -4,8 +4,6 @@ version = "0.1.0"
edition = "2021"
description = "A game about wind"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
minifb = "0.25.0"
pirates = { path = "../pirates", default_features = false }