Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Visual Studio use static C runtime libs in Debug configuration
Currently it defaults to dynamic libs which introduces a dependency to first install them if copying the binaries to another machine. Hence static libs simplify the developer's life. This is not needed for the Release configuration since the relevant dynamic libs are already part of Windows itself. Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information