Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v16] build: Build mac arm64 binaries with -extldflags=-ld_classic (#…
…42738) Add the flag `-extldflags=-ld_classic` to the Go build command line when building the teleport binaries. This is needed to get around a new issue with the xcode linker on macOS when building enterprise `build/teleport` emitting the error: ld: B/BL out of range -153903124 (max +/-128MB) to '_runtime.memequal' This change has not been added to the enterprise makefile as the vars are propagated when we build enterprise from the OSS makefile.
- Loading branch information