rust-cross / cargo-zigbuild

Compile Cargo project with zig as linker
MIT License
1.55k stars 57 forks source link

Use `exec` in unix zigcc script #114

Closed eNV25 closed 1 year ago

messense commented 1 year ago

Please describe what is the issue you are fixing.

messense commented 1 year ago

OK, I see that using exec could save some resource because it replaces the current program instead of spawning new ones, thanks!