The reason I want to do this is because the debug libraries are littered with extra "assertion" statements that take ages to start with during remote debugging.
I hope it's only to replace Multi-threaded Debug DLL (/MDd)
with Multi-threaded DLL (/MD)
in Code Generation
-> Runtime Library
but I wonder if there are other changes one has to take into account as well?