I am using the MinGW-w64
installer found here:
https://mingw-w64.org/doku.php/download/mingw-builds
Installing to a directory creates a folder called mingw32
or mingw64
that contains the compiler. I already know that the additional batch script, HTML link, and uninstall executable in the same directory can be deleted.
The mingw32/64
folder contains these folders:
- bin
- etc
- include
- lib
- libexec
- licenses
- opt
- share
- i686-w64-mingw32 (mingw32) or x86_64-w64-mingw32 (mingw64)
I only wish to compile with C
and nothing else. So what files can I delete in order to reduce the file count because the compiler contains files for Ruby
, Fortran
and other languages which as I stated, I don't need it.