We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e8433 commit cc9dbcfCopy full SHA for cc9dbcf
ttyd-tools/ttydasm/ttydasm.vcxproj
@@ -83,6 +83,7 @@
83
<WarningLevel>Level3</WarningLevel>
84
<Optimization>Disabled</Optimization>
85
<SDLCheck>true</SDLCheck>
86
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87
</ClCompile>
88
</ItemDefinitionGroup>
89
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -106,6 +107,7 @@
106
107
<FunctionLevelLinking>true</FunctionLevelLinking>
108
<IntrinsicFunctions>true</IntrinsicFunctions>
109
110
111
112
<Link>
113
<EnableCOMDATFolding>true</EnableCOMDATFolding>
0 commit comments