Hacker News new | ask | show | jobs
by latchkey 1256 days ago
> Go and Rust projects hardly needed just

It depends on what you're producing as output.

One of my golang projects needs `-s -w -X '' -trimpath` along with separate GOOS and GOARCH depending on platform.

It is nice to have all that documented in a build file.

1 comments

Yep, agreed!