This repository was archived by the owner on Sep 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 99
99
</ItemDefinitionGroup >
100
100
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
101
101
<ClCompile >
102
- <WholeProgramOptimization >false</WholeProgramOptimization >
103
102
<PreprocessorDefinitions >$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions >
104
103
<RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
105
104
<PrecompiledHeader >
113
112
<GenerateDebugInformation >true</GenerateDebugInformation >
114
113
<ProgramDatabaseFile >$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile >
115
114
<SubSystem >Windows</SubSystem >
116
- <OptimizeReferences >true </OptimizeReferences >
115
+ <OptimizeReferences >false </OptimizeReferences >
117
116
<EnableCOMDATFolding >true</EnableCOMDATFolding >
118
117
<LinkTimeCodeGeneration >
119
118
</LinkTimeCodeGeneration >
150
149
</ItemDefinitionGroup >
151
150
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
152
151
<ClCompile >
153
- <WholeProgramOptimization >false</WholeProgramOptimization >
154
152
<PreprocessorDefinitions >$(GObjectBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions >
155
153
<RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
156
154
<PrecompiledHeader >
164
162
<GenerateDebugInformation >true</GenerateDebugInformation >
165
163
<ProgramDatabaseFile >$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile >
166
164
<SubSystem >Windows</SubSystem >
167
- <OptimizeReferences >true </OptimizeReferences >
165
+ <OptimizeReferences >false </OptimizeReferences >
168
166
<EnableCOMDATFolding >true</EnableCOMDATFolding >
169
167
<LinkTimeCodeGeneration >
170
168
</LinkTimeCodeGeneration >
Original file line number Diff line number Diff line change 13
13
` <GlibSeparateVSDllSuffix>-2.0</GlibSeparateVSDllSuffix> `
14
14
* ` <PythonPath>c:\python27</PythonPath> ` with
15
15
` <PythonPath>..\..\..\..\..\....\..\python-2.7\$(Platform)</PythonPath> `
16
+ * In gobject.vcxproj:
17
+ * Remove `<WholeProgramOptimization>false</WholeProgramOptimization>`
18
+ * Change `<OptimizeReferences>true</OptimizeReferences>` to `<OptimizeReferences>false</OptimizeReferences>`
You can’t perform that action at this time.
0 commit comments