As the title suggests, I am trying to reduce my file size without relying on external packers/services. What visual studio settings do you use and tricks do you use for optimizing/reducing the filesize of your binaries. Currently I am just choosing the option of favoring small size and statically linking my binaries. Is it worth using loadlibrary for all your windows functions for reducing size?
Responses are appreciated!