chore(gyp): change runtime library option on MSVC

This commit is contained in:
David Callu 2015-11-17 17:28:23 +01:00 committed by Edouard DUPIN
parent 0e8ac58357
commit c011273dee

View File

@ -251,8 +251,8 @@
'win_release_Optimization%': '2', # 2 = /Os 'win_release_Optimization%': '2', # 2 = /Os
'win_debug_Optimization%': '0', # 0 = /Od 'win_debug_Optimization%': '0', # 0 = /Od
# See http://msdn.microsoft.com/en-us/library/aa652367(VS.71).aspx # See http://msdn.microsoft.com/en-us/library/aa652367(VS.71).aspx
'win_release_RuntimeLibrary%': '0', # 0 = /MT (nondebug static) 'win_release_RuntimeLibrary%': '2', # 2 = /MD (nondebug dynamic)
'win_debug_RuntimeLibrary%': '1', # 1 = /MTd (debug static) 'win_debug_RuntimeLibrary%': '3', # 3 = /MDd (debug dynamic)
'release_extra_cflags%': '', 'release_extra_cflags%': '',
'debug_extra_cflags%': '', 'debug_extra_cflags%': '',