Hi, I have compiled my QT on windows statically. All is fine and works, except the disk usage is around 3GB. I deleted temporary and garbage files using:
Qt Code:
  1. mingw32-make clean
To copy to clipboard, switch view to plain text mode 
but the compiled binaries are still taking up around 2.2GB of disk space.

Is there any way to further strip the unneeded things to free some more space (of course I still want to compile programs statically...).

I would be greatful for any ideas?