3.17.54. x86 Windows Options
3.17.54 x86 Windows Options
These additional options are available for Microsoft Windows targets:
-mconsole
- This option specifies that a console application is to be generated, by instructing the linker to set the PE header subsystem type required for console applications. This option is available for Cygwin and MinGW targets and is enabled by default on those targets.
-mdll
- This option is available for Cygwin and MinGW targets. It specifies that a DLL—a dynamic link library—is to be generated, enabling the selection of the required runtime startup object and entry point.
-mnop-fun-dllimport
-
This option is available for Cygwin and MinGW targets. It specifies that the
dllimport
attribute should be ignored. -mthread
- This option is available for MinGW targets. It specifies that MinGW-sp