-f[option]

Link your program with the shared run-time system using an import library.

option can be:

s Single-threaded shared run-time system.
m Multi-threaded shared run-time system.

If -f is specfied without an option, the default is -fs.