aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/security.go
AgeCommit message (Expand)Author
2020-09-02cmd/go: add -Wl,-Bsymbolic-functions to cgo flags whitelistDan Kortschak
2020-06-03cmd/go: add -Wl,-wrap,symbol to linker flag whitelistAndrew G. Morgan
2020-05-07cmd/go: accept hash-style in LDFLAGSMeng Zhuo
2020-05-07cmd/go: add -Wl,-E to linker flag whitelist (shortcut of --export-dynamic)Shengyu Zhang
2019-12-06cmd/go: fix check for -Wp,-U in cgo CFLAGSTobias Klauser
2019-10-20cmd/go: allow passing -U flag in cgo CFLAGSUmang Parmar
2019-09-24cmd/go: allow -I= and -I$SYSROOT in cgo CFLAGSGregory Man
2019-06-05cmd/go: accept -Wl,-R/path/ng0
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-03-19cmd/go/internal/work: whitelist tvOS and watchOS compiler flagsElias Naur
2019-02-27cmd/go: avoid compiling most regexes at initDaniel Martí
2018-09-28cmd/go: permit some more x86 compiler optionsIan Lance Taylor
2018-09-07cmd/go: add -Wl,--export-dynamic to linker flag whitelistIan Lance Taylor
2018-07-02cmd/go: add -flat_namespace to LDFLAGS whitelistIan Lance Taylor
2018-05-30cmd/go: accept more safe CFLAGS/LDFLAGSIan Lance Taylor
2018-05-29cmd/go: whitelist -v as a compiler and linker flagDaniel Martí
2018-03-28cmd/go: add more C compiler/linker options to whitelistIan Lance Taylor
2018-02-15cmd/go: add options to security whitelistIan Lance Taylor
2018-02-07cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox