Is there a way of compiling C/C++ with Visual Studio 2015 without using any runtime library?
I need to compile without a runtime library because I'm creating my own runtime library (for my OS).
There are options on C/C++->Code Generation->Runtime Library
but I want an option that says "none".
I'm aware of loosing a lot of features that are in the CRT.