Skip to content

Commit 54643f3

Browse files
committed
Fixed #5587 (Server crashes x2).
Enabled debug symbols for vendor projects. Removed unused files.
1 parent d892e0f commit 54643f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mak.vs2008/lua5.1_lib.vcproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
RuntimeTypeInfo="true"
124124
UsePrecompiledHeader="0"
125125
WarningLevel="3"
126-
DebugInformationFormat="0"
126+
DebugInformationFormat="3"
127127
CompileAs="1"
128128
DisableSpecificWarnings="4996"
129129
/>
@@ -194,7 +194,7 @@
194194
EnableEnhancedInstructionSet="0"
195195
RuntimeTypeInfo="true"
196196
WarningLevel="3"
197-
DebugInformationFormat="0"
197+
DebugInformationFormat="3"
198198
CompileAs="1"
199199
DisableSpecificWarnings="4996"
200200
/>

0 commit comments

Comments
 (0)