Skip to content

Commit 5008103

Browse files
committed
Update
1 parent 04e196d commit 5008103

File tree

3 files changed

+128
-113
lines changed

3 files changed

+128
-113
lines changed

ghost_terminal.vcxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<WarningLevel>Level4</WarningLevel>
122122
<FunctionLevelLinking>true</FunctionLevelLinking>
123123
<IntrinsicFunctions>true</IntrinsicFunctions>
124-
<SDLCheck>true</SDLCheck>
124+
<SDLCheck>false</SDLCheck>
125125
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_AFX_NO_MFC_CONTROLS_IN_DIALOGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126126
<ConformanceMode>true</ConformanceMode>
127127
<LanguageStandard>stdcpplatest</LanguageStandard>
@@ -134,6 +134,7 @@
134134
<StringPooling>true</StringPooling>
135135
<BufferSecurityCheck>false</BufferSecurityCheck>
136136
<RuntimeTypeInfo>false</RuntimeTypeInfo>
137+
<OmitFramePointers>true</OmitFramePointers>
137138
</ClCompile>
138139
<Link>
139140
<SubSystem>Console</SubSystem>
@@ -166,7 +167,7 @@
166167
<WarningLevel>Level4</WarningLevel>
167168
<FunctionLevelLinking>true</FunctionLevelLinking>
168169
<IntrinsicFunctions>true</IntrinsicFunctions>
169-
<SDLCheck>true</SDLCheck>
170+
<SDLCheck>false</SDLCheck>
170171
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_AFX_NO_MFC_CONTROLS_IN_DIALOGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
171172
<ConformanceMode>true</ConformanceMode>
172173
<LanguageStandard>stdcpplatest</LanguageStandard>
@@ -179,6 +180,7 @@
179180
<StringPooling>true</StringPooling>
180181
<BufferSecurityCheck>false</BufferSecurityCheck>
181182
<RuntimeTypeInfo>false</RuntimeTypeInfo>
183+
<OmitFramePointers>true</OmitFramePointers>
182184
</ClCompile>
183185
<Link>
184186
<SubSystem>Console</SubSystem>

0 commit comments

Comments
 (0)