Skip to content

Commit 63faeba

Browse files
author
Pavel Kovalenko
committed
Merge pull request #135 from gditeck/hotfix
Fix xrAICore compilation on VS2015 Update 2
2 parents c92eb8d + e340e65 commit 63faeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrAICore/xrAICore.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<StringPooling>false</StringPooling>
193193
<MinimalRebuild>true</MinimalRebuild>
194194
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
195-
<SmallerTypeCheck>true</SmallerTypeCheck>
195+
<SmallerTypeCheck>false</SmallerTypeCheck>
196196
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
197197
<FunctionLevelLinking>true</FunctionLevelLinking>
198198
<FloatingPointModel>Fast</FloatingPointModel>

0 commit comments

Comments
 (0)