Skip to content

Commit

Permalink
Change project settings,
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Müller committed Nov 21, 2023
1 parent 655a8e6 commit 2852212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cipher Examples/Cipher Examples.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,13 @@
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp20</LanguageStandard>
<DebugInformationFormat>None</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>false</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 2852212

Please sign in to comment.