chore(gyp): change runtime library option on MSVC
This commit is contained in:
parent
0e8ac58357
commit
c011273dee
@ -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%': '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user