mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:08:59 +08:00
14 lines
482 B
Diff
14 lines
482 B
Diff
diff --git a/nss/coreconf/config.gypi b/nss/coreconf/config.gypi
|
|
index ae4c708..42633fc 100644
|
|
--- a/nss/coreconf/config.gypi
|
|
+++ b/nss/coreconf/config.gypi
|
|
@@ -622,7 +622,7 @@
|
|
'VCCLCompilerTool': {
|
|
'Optimization': '<(debug_optimization_level)',
|
|
'BasicRuntimeChecks': '3',
|
|
- 'RuntimeLibrary': '2', # /MD
|
|
+ 'RuntimeLibrary': '3', # /MDd
|
|
'DebugInformationFormat': '3',
|
|
},
|
|
'VCLinkerTool': {
|