Skip to content

Commit

Permalink
don't enable CFG in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhngtu committed Apr 11, 2023
1 parent 7d8469c commit c6f5e37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Telex/Telex.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<LanguageStandard>stdcpp20</LanguageStandard>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<ControlFlowGuard>Guard</ControlFlowGuard>
</ClCompile>
<Link>
<SubSystem>
Expand Down Expand Up @@ -152,7 +151,6 @@
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<LanguageStandard>stdcpp20</LanguageStandard>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<ControlFlowGuard>Guard</ControlFlowGuard>
<GuardEHContMetadata>true</GuardEHContMetadata>
</ClCompile>
<Link>
Expand Down
2 changes: 0 additions & 2 deletions VietTypeATL/VietTypeATL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
<AdditionalIncludeDirectories>$(SolutionDir)Telex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<ControlFlowGuard>Guard</ControlFlowGuard>
</ClCompile>
<Midl>
<MkTypLibCompatible>false</MkTypLibCompatible>
Expand Down Expand Up @@ -201,7 +200,6 @@
<AdditionalIncludeDirectories>$(SolutionDir)Telex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<ControlFlowGuard>Guard</ControlFlowGuard>
<GuardEHContMetadata>true</GuardEHContMetadata>
</ClCompile>
<Midl>
Expand Down

0 comments on commit c6f5e37

Please sign in to comment.