build: fix commmon.gypi comment
PR-URL: https://github.com/libuv/libuv/pull/1669 Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
This commit is contained in:
parent
491848a0ad
commit
3f8f6dc4c7
@ -16,9 +16,9 @@
|
||||
'VCCLCompilerTool': {
|
||||
'target_conditions': [
|
||||
['uv_library=="static_library"', {
|
||||
'RuntimeLibrary': 1, # static debug
|
||||
'RuntimeLibrary': 1, # /MTd static debug
|
||||
}, {
|
||||
'RuntimeLibrary': 3, # DLL debug
|
||||
'RuntimeLibrary': 3, # /MDd DLL debug
|
||||
}],
|
||||
],
|
||||
'Optimization': 0, # /Od, no optimization
|
||||
@ -52,9 +52,9 @@
|
||||
'VCCLCompilerTool': {
|
||||
'target_conditions': [
|
||||
['uv_library=="static_library"', {
|
||||
'RuntimeLibrary': 0, # static release
|
||||
'RuntimeLibrary': 0, # /MT static release
|
||||
}, {
|
||||
'RuntimeLibrary': 2, # debug release
|
||||
'RuntimeLibrary': 2, # /MD DLL release
|
||||
}],
|
||||
],
|
||||
'Optimization': 3, # /Ox, full optimization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user