Files
dolt/go/utils/devbuild/README.md
Aaron Son 746d1bfbb1 [no-release-notes] go/utils/devbuild: Add a utility script for a developer to generate a release-ish build.
This build will be built with our release toolchains and will have the same runtime dependencies as them. In contrast to our release builds, it does not use profile guided optimization.

This script is mostly used to pass test builds between developers or to get instrumented builds to clients during troubleshooting, optimization, etc.
2025-10-01 05:03:20 -07:00

156 B

Make a developer build for one of the supported platforms, similar to how buildpgobinaries would build them.

Does not include profile-guided optimization.