Closed BlueskyFR closed 9 months ago
When using the following:
default_deploy_mode = "my-awesome-profile" [build] build_profile = "dev" [my-awesome-profile] XXX [my-other-profile] XXX [my-other-profile.build] build_profile = "release"
and issuing cargo screeps deploy -m my-other-profile, the Wasm gets built in dev mode instead of release
cargo screeps deploy -m my-other-profile
Oh, this case actually isn't fixed by the linked PR, needs a separate fix
When using the following:
and issuing
cargo screeps deploy -m my-other-profile
, the Wasm gets built in dev mode instead of release