[netcore] Disable more features. (mono/mono#16748)
authorZoltan Varga <vargaz@gmail.com>
Tue, 10 Sep 2019 19:36:29 +0000 (15:36 -0400)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 19:36:29 +0000 (15:36 -0400)
Commit migrated from https://github.com/mono/mono/commit/697ab15c1281acfbef46c26fb668546e610bd38f

src/mono/configure.ac

index d7a045c..27b740c 100644 (file)
@@ -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