My app is 25 kb size when stripping symbols (-s) in no it has 62kb
When im linking to psapi (-lpsapi and using one function from it, psapi is winapi lib for process info etc) it grows to 175 k and with stripping symbols 75 k
no using psapi 25k 62k
using paspi 75k 175k
why it grows so large (i am using only one function and my app grows from 25k to 75k i dislike it because i like tiny executables)
Is there a way to shrink it to 25 k again?