Use dynamic CRT in the release build

This commit is contained in:
Ales Pergl 2017-06-12 16:00:52 +02:00
parent 7587fc22f1
commit 9610e656bb

View file

@ -209,7 +209,7 @@
'abstract': 1,
'msvs_settings': {
'VCCLCompilerTool': {
'RuntimeLibrary': '0', # /MT (nondebug static)
'RuntimeLibrary': '2', # /MD (nondebug DLL)
# 1, optimizeMinSpace, Minimize Size (/O1)
'Optimization': '1',
# 2, favorSize - Favor small code (/Os)