Skip to content

Commit 405829a

Browse files
committed
Build boehm by default when using VS instead of sgen.
1 parent 09fec2d commit 405829a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msvc/mono.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Change this to custom distribution tree location to enable out of source tree distribution, example c:/mono-dist/ -->
77
<MONO_INSTALL_DIR_PREFIX>$(MSBuildProjectDirectory)/./dist/</MONO_INSTALL_DIR_PREFIX>
88
<!-- GC in use, sgen or boehm, default is sgen. -->
9-
<MONO_TARGET_GC>sgen</MONO_TARGET_GC>
9+
<MONO_TARGET_GC>boehm</MONO_TARGET_GC>
1010
<!-- When true, build targets will get a suffix based on used GC. Makes it possible to have builds using different GC's in same build folders, sharing common targets. -->
1111
<MONO_USE_TARGET_SUFFIX>true</MONO_USE_TARGET_SUFFIX>
1212
<!-- When true, build will get a separate build folder based on various configuration parameters. Makes it possible separate builds into different output folders under the same build prefix. -->

0 commit comments

Comments
 (0)