Move the linker option from `.cargo/config.toml` to `build.rs` using the `rustc-link-arg-bins` directive. Then users only needs to specific `extra-link-arg` to rustc, instead of copying the files from this repo to their project. Ref: https://github.com/rust-lang/cargo/pull/7811 Ref: https://github.com/crawfxrd/gba-dev-rs/commit/db5d897aa8ec23229db6c933bb16fec221b2d199