]> Cypherpunks repositories - gostls13.git/commit
cmd/link: add -e (no limit on errors) flag
authorqmuntal <quimmuntal@gmail.com>
Tue, 4 Feb 2025 10:16:40 +0000 (11:16 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Fri, 7 Feb 2025 06:43:06 +0000 (22:43 -0800)
commit76c18e2ed2e62f34a9afed5e6fa681837cc16b77
treeab50ff7b665115eabd8138ea2669bac71ac3e653
parente7c9667defe1aed61818d63ace6ebb7a27b9c13e
cmd/link: add -e (no limit on errors) flag

The compiler and assembler have a -e flag that disables the limit
on the number of errors before the build fails. This flag is useful
for debugging, the linker should have it too.

Change-Id: I892cfd6ee1519e9e86261af7d05e1af2ded21684
Reviewed-on: https://go-review.googlesource.com/c/go/+/646435
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/link/doc.go
src/cmd/link/internal/ld/main.go
src/cmd/link/internal/ld/util.go