Closed lu4p closed 2 years ago
Added the -w ldflag to strip debug info from binary. $ go tool link ... -s disable symbol table ... -w disable DWARF generation ...
about 1.4 MB vs 1.6 MB
See the "Criteria" in the readme. In fact, we should probably remove the existing Go compilation flag.
Added the -w ldflag to strip debug info from binary. $ go tool link ... -s disable symbol table ... -w disable DWARF generation ...