From 593853ef061cdeba5d7d503f3cadae38cc5ac065 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Tue, 26 Mar 2019 19:26:46 -0400 Subject: [PATCH] [netcore] Disable boehm. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 45ba45206b7..f83a8241c5e 100644 --- a/configure.ac +++ b/configure.ac @@ -1230,6 +1230,7 @@ elif test x$with_runtime_preset = xnetcore; then mono_feature_disable_cleanup='yes' mono_feature_disable_assembly_remapping='yes' disable_mono_native=yes + support_boehm=no elif test x$with_runtime_preset = xnet_4_x; then with_profile4_x_default=yes TEST_PROFILE=net_4_x -- 2.11.4.GIT