Search notes:

gcc options for Cygwin and MinGW targets

The following (probably incomplete) list of gcc command line options are available for MinGW and Cygwin targets.
-mconsole (This option is enabled by default for these targets)
-mdll
-mnop-fun-dllimport
-mthread (Only for MingW targets)
-municode (Only for MingW-w64 targets?)
-mwin32
-mwindows
-fno-set-stack-executable (Only MinGW targets)
-fwriteable-relocated-rdata
-mpe-aligned-commons

See also

GCC options

Index