You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah sorry about that @Taym95 the project isn't really finished yet :) for this, you'll need to look at the args.rs file and understand how we structure GCC args vs rustc args. One of the steps will be to add handling for --crate-name and "translate" that to -frust-crate for the gccrs arguments.
Since Rust-GCC/gccrs#788 was merged, we can now set the crate name in gccrs via the cargo wrapper
The text was updated successfully, but these errors were encountered: