cargo-gccrs icon indicating copy to clipboard operation
cargo-gccrs copied to clipboard

Parse config options using getopts as well

Open CohenArthur opened this issue 4 years ago • 1 comments

https://github.com/Rust-GCC/cargo-gccrs/pull/5#discussion_r649516391

CohenArthur avatar Jun 11 '21 21:06 CohenArthur

I think having some sort of 'callback' would also be useful in order to compile static libraries. Since we need to spawn a second command to archive the object files into a singular .a file, we could do this in said callback.

CohenArthur avatar Jun 14 '21 19:06 CohenArthur