MinGW and Cygwin

Links MinGW

Set console/windows application

CygWin

I've read that these are deprecated. This should be used instead:

  1. Wl,-subsystem,windows
  2. Wl,-subsystem,console

If you need to compile mingw application using cygwin use this compiller option:

  1. mno-cygwin

MinGW