[profile.release] strip = true opt-level = 'z' lto = true codegen-units = 1 panic = "abort"
[build]
rustflags = [
"-C", "link-arg=-s",
"--remap-path-prefix", "C:\\Users\\$USER=~",
"--remap-path-prefix", "C:\\=",
"--remap-path-prefix", "$CARGO_MANIFEST_DIR=crate-root",
]
[unstable]
strip = true