By default cargo aoc will run in dev mode, which I don't know how to change.
To me it seems like the only way to run with optimisations is to change the optimisation in for the dev profile in Cargo.toml.
It would be nice to be able to do it like with cargo run by adding --release to the command.
By default
cargo aoc
will run in dev mode, which I don't know how to change. To me it seems like the only way to run with optimisations is to change the optimisation in for the dev profile in Cargo.toml.It would be nice to be able to do it like with cargo run by adding
--release
to the command.