From: Zoltan Varga Date: Tue, 10 Sep 2019 19:36:29 +0000 (-0400) Subject: [netcore] Disable more features. (mono/mono#16748) X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~531 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f10c4b0010ef726bd581378655de6f258c214be;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [netcore] Disable more features. (mono/mono#16748) Commit migrated from https://github.com/mono/mono/commit/697ab15c1281acfbef46c26fb668546e610bd38f --- diff --git a/src/mono/configure.ac b/src/mono/configure.ac index d7a045c..27b740c 100644 --- a/src/mono/configure.ac +++ b/src/mono/configure.ac @@ -1361,6 +1361,7 @@ elif test x$with_runtime_preset = xnetcore; then mono_feature_disable_com='yes' mono_feature_disable_gac='yes' mono_feature_disable_perfcounters='yes' + mono_feature_disable_attach='yes' disable_mono_native=yes support_boehm=no elif test x$with_runtime_preset = xnet_4_x; then