GoogleChromeLabs / simplehttp2server

A simple HTTP/2 server for development
Other
1.74k stars 99 forks source link

Strip debug symbol to reduce binary size #22

Closed rongjiecomputer closed 7 years ago

rongjiecomputer commented 7 years ago

Debug symbol is only useful if you ever need to use gdb to final executable.

This is especially useful for Windows (currently the largest binary), saves about 32% in binary size.

Original: 6648KB Stripped: 4509KB

surma commented 7 years ago

Oh good call! Thanks :)

(checked CLA manually)