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 <[email protected]> Co-authored-by: Evan Gibler <[email protected]>
- Loading branch information