Skip to content

Commit

Permalink
Optimization off in release
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsNT committed Jan 11, 2023
1 parent ce8227b commit 2a38630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dll/dll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<AdditionalIncludeDirectories>c:\Windows Kits\10\Cryptographic Provider Development Kit\include</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<LanguageStandard>stdcpp17</LanguageStandard>
<Optimization>Disabled</Optimization>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down Expand Up @@ -133,6 +134,7 @@
<AdditionalIncludeDirectories>c:\Windows Kits\10\Cryptographic Provider Development Kit\include</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<LanguageStandard>stdcpp17</LanguageStandard>
<Optimization>Disabled</Optimization>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit 2a38630

Please sign in to comment.