summaryrefslogtreecommitdiffhomepage
path: root/Opcode
diff options
context:
space:
mode:
authorYasha Jannoo <alledodo@gmail.com>2019-09-10 01:33:35 +0100
committerYasha Jannoo <alledodo@gmail.com>2019-09-10 01:33:35 +0100
commit5d694ca25f75a8809290f6fbd865ef9fd1eec12c (patch)
treee28aa00b2187bab482b5bc16f41c30b19e61fea1 /Opcode
parentecb247e559e1e06cb261edbd43d97ae10fddb302 (diff)
downloadstarshatter-5d694ca25f75a8809290f6fbd865ef9fd1eec12c.zip
starshatter-5d694ca25f75a8809290f6fbd865ef9fd1eec12c.tar.gz
starshatter-5d694ca25f75a8809290f6fbd865ef9fd1eec12c.tar.bz2
Turn off edit and continue.
Fixes incompatibility between /ZI and /Gy- by not allowing ZI at all for the time-being. We can turn it on again later.
Diffstat (limited to 'Opcode')
-rw-r--r--Opcode/Opcode.vcxproj8
1 files changed, 5 insertions, 3 deletions
diff --git a/Opcode/Opcode.vcxproj b/Opcode/Opcode.vcxproj
index c3e1c3f..8f8103e 100644
--- a/Opcode/Opcode.vcxproj
+++ b/Opcode/Opcode.vcxproj
@@ -450,7 +450,7 @@
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
- <FunctionLevelLinking>true</FunctionLevelLinking>
+ <FunctionLevelLinking>false</FunctionLevelLinking>
<Optimization>MaxSpeed</Optimization>
<SuppressStartupBanner>true</SuppressStartupBanner>
<WarningLevel>Level3</WarningLevel>
@@ -506,7 +506,7 @@
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
- <FunctionLevelLinking>true</FunctionLevelLinking>
+ <FunctionLevelLinking>false</FunctionLevelLinking>
<Optimization>MaxSpeed</Optimization>
<SuppressStartupBanner>true</SuppressStartupBanner>
<WarningLevel>Level3</WarningLevel>
@@ -562,7 +562,7 @@
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
- <FunctionLevelLinking>true</FunctionLevelLinking>
+ <FunctionLevelLinking>false</FunctionLevelLinking>
<Optimization>MaxSpeed</Optimization>
<SuppressStartupBanner>true</SuppressStartupBanner>
<WarningLevel>Level3</WarningLevel>
@@ -732,6 +732,7 @@
<AdditionalOptions>
</AdditionalOptions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <FunctionLevelLinking>false</FunctionLevelLinking>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'">
@@ -743,6 +744,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug x64|Win32'">
<ClCompile>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <FunctionLevelLinking>false</FunctionLevelLinking>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>