Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: reduce binary size by adding -s -w to ldflags (#716)
Add `-s` (omit symbol table and debug info) and `-w` (omit DWARF debug info) to linker flags to minimize the size of the generated binaries. Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: Evan Gibler <20933572+egibs@users.noreply.github.com>
- Loading branch information