From: Ludovic Henry Date: Thu, 23 Feb 2017 23:22:22 +0000 (-0500) Subject: [hybrid] Enable COM, Remoting and AppDomains runtime support X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=874d6d4481d1852d256bc4bdc28ef5a8f344f6c1 [hybrid] Enable COM, Remoting and AppDomains runtime support --- diff --git a/configure.ac b/configure.ac index 387b6d297ba..c3a0beb8a94 100644 --- a/configure.ac +++ b/configure.ac @@ -882,10 +882,6 @@ elif test x$with_runtime_preset = xhybridaot; then with_testing_aot_hybrid_default=yes TEST_PROFILE=testing_aot_hybrid - mono_feature_disable_com='yes' - mono_feature_disable_remoting='yes' - mono_feature_disable_appdomains='yes' - AOT_BUILD_FLAGS="--aot=hybrid,$INVARIANT_AOT_OPTIONS" AOT_RUN_FLAGS="--hybrid-aot" elif test x$with_runtime_preset = xaot; then