Skip to content

Commit f11732a

Browse files
committed
set default compilation to c++ mode on msvc
1 parent 4aae566 commit f11732a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide/vs2022/mimalloc-lib.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
<WholeProgramOptimization>false</WholeProgramOptimization>
309309
<BufferSecurityCheck>false</BufferSecurityCheck>
310310
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
311-
<CompileAs>CompileAsC</CompileAs>
311+
<CompileAs>CompileAsCpp</CompileAs>
312312
<IntrinsicFunctions>true</IntrinsicFunctions>
313313
<LanguageStandard>stdcpp20</LanguageStandard>
314314
</ClCompile>

0 commit comments

Comments
 (0)