I've looked at the man pages for gcc, but still cant find doc on what the "subsystem,windows" options do, as in:
g++.exe foo.o ... -Wl,-subsystem,windows
I'm running only in Windows, and linking C++ code. I can guess maybe what "windows" is, but would like to see some documentation.