build(jetsocat,dgw): optimize binary size by CBenoit · Pull Request #1489 · Devolutions/devolutions-gateway
Size was already optimized in the past by enabling lto and stripping the debug symbols. Adding codegen-units = 1 brings the binary size further down. - Jetsocat baseline: 7.3M - Jetsocat after: 6.6M - Devolutions Gateway baseline: 27M - Devolutions Gateway after: 25M
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters