Skip to content

Commit

Permalink
compiler options changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinii89 committed Jul 23, 2019
1 parent e2ef294 commit 03610c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DollyCamPlugin2/DollyCamPlugin2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>$(BAKKESMOD)\bakkesmodsdk\include</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_WINDLL;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;</PreprocessorDefinitions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
Expand Down

0 comments on commit 03610c3

Please sign in to comment.