As I wrote, the compile options included release and native cpu so I really don't know what more to add as optimization parameters.
Edit:
The command line used is $ RUSTFLAGS="-C opt-level=3 -C debuginfo=0 -C target-cpu=native" cargo run --release
Cargo.toml (and env) does not contain any other flags.