I'm trying to remove the dependency on libgcc_s_dw2-1.dll and have been trying to static link libgcc to do so.
I'm using Code::Blocks using the MinGW compiler and under my Linker Settings (in both global and project specific) I have -static-libgcc among my other options. But adding this adds nothing to my filesize and it still claims the dependency. Any idea how I can fix this?