Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.sh: Add support for build flags
Currently, it is not possible to adjust the build process for personal needs. With this patch it will be possible to add compiler and linker flags as well as adjust the name of the output if the CMD_PATH != PROJECT_NAME, e.g. "cmd/foo/main.go".
- Loading branch information