Y
Hacker News
new
|
ask
|
show
|
jobs
by
deepsun
258 days ago
I always thought multiple hardware targets are solved by build flags. And keep the one branch. E.g. in Go you can include/exclude a file based on "build tags":
https://www.digitalocean.com/community/tutorials/customizing...