blob: 435abea2d864787d82ac8fd7ff00914e13341870 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff -ur
--- a/nss/coreconf/config.gypi 2021-11-09 22:46:52.555246500 -0800
+++ b/nss/coreconf/config.gypi 2021-11-10 00:49:48.044560100 -0800
@@ -638,9 +638,11 @@
'VCCLCompilerTool': {
'Optimization': '<(release_optimization_level)',
'RuntimeLibrary': '2', # /MD
+ 'DebugInformationFormat': '3',
},
'VCLinkerTool': {
'LinkIncremental': '1',
+ 'GenerateDebugInformation' : 'true',
},
},
},
|