Compile C++ code on Cygwin to run on Windows

Using command option -mno-cygwin to compile a C++ code on Cygwin makes it runnable not only on Cygwin but also on native Windows/DOS environments.

Leave a Reply