X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Fprofiles%2Fmonotouch_runtime.make;h=67408bbf9ce4416bc9d380518a3925f0002b46d3;hb=8fdae0685f9ba54ff85d01a7106a6dcbdd82e894;hp=ff9e0fd4536182d689f8530b5b40639e5983bfe3;hpb=fee5ece80556eb45d16da5f6c0fde991e5af1d40;p=mono.git diff --git a/mcs/build/profiles/monotouch_runtime.make b/mcs/build/profiles/monotouch_runtime.make index ff9e0fd4536..67408bbf9ce 100644 --- a/mcs/build/profiles/monotouch_runtime.make +++ b/mcs/build/profiles/monotouch_runtime.make @@ -2,8 +2,8 @@ BOOTSTRAP_PROFILE = build -BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS) -MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS) +BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_CSC) +MCS = $(BOOTSTRAP_MCS) # Use system resgen as we don't want local System.Windows.Forms dependency RESGEN := $(dir $(shell which $(EXTERNAL_MCS)))resgen2 @@ -27,7 +27,6 @@ PROFILE_MCS_FLAGS = \ -d:DISABLE_REMOTING \ -d:DISABLE_COM \ -d:FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK \ - -d:NETSTANDARD \ -nowarn:1699 \ -nostdlib \ $(DEFAULT_REFERENCES) \ @@ -38,7 +37,8 @@ FRAMEWORK_VERSION = 2.1 # This is utility build only NO_INSTALL = yes -MOBILE_STATIC = yes +AOT_FRIENDLY_PROFILE = yes MOBILE_PROFILE = yes +NO_CONSOLE = yes PROFILE_DISABLE_BTLS=1