aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/gen/empty.go
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-021-0/+3
Currently target binaries contain support for all OS/arch combinations. However, obviously a fuchsia target binary won't test windows. For target binaries we need support only for a single target (with the exception of 386/arm target in amd64/arm64 binaries). So compile in only _the_ target into target binaries. This reduces akaros/amd64 fuzzer binary from 33 to 7 MB and execprog from 28 to 2 MB.