aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/cc.go
AgeCommit message (Expand)Author
2023-02-26builder: remove non-ThinLTO build modeAyke van Laethem
2022-08-07all: move from os.IsFoo to errors.Is(err, ErrFoo)Damian Gryski
2022-08-07all: remove calls to deprecated ioutil packageDamian Gryski
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-03-12all: add support for ThinLTOAyke van Laethem
2021-12-23builder: use flock to avoid double-compilesNia Waldvogel
2021-09-08builder: add missing error check for ioutil.TempFile()Damian Gryski
2021-06-02main: escape commands while printing them with the -x flagAyke van Laethem
2021-04-19builder: hard code Clang compilerAyke van Laethem
2021-04-14all: use -Qunused-arguments only for assembly filesAyke van Laethem
2021-04-06cgo: add support for CFLAGS in .c filesAyke van Laethem
2021-04-05builder: add support for -x flagAyke van Laethem
2021-04-05builder: cache C and assembly file outputsAyke van Laethem