From 4f0cb955e9dec6724064cbc547d0a0fbed0d5d29 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 19 Nov 2015 16:19:52 +0100 Subject: [PATCH] Remove Thread API from the watch/tv runtime profiles as well. --- mcs/build/profiles/monotouch_tv_runtime.make | 3 +++ mcs/build/profiles/monotouch_watch_runtime.make | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mcs/build/profiles/monotouch_tv_runtime.make b/mcs/build/profiles/monotouch_tv_runtime.make index c6c98dcdc68..6ea1b4ab2d6 100644 --- a/mcs/build/profiles/monotouch_tv_runtime.make +++ b/mcs/build/profiles/monotouch_tv_runtime.make @@ -2,3 +2,6 @@ include $(topdir)/build/profiles/monotouch_runtime.make PROFILE_MCS_FLAGS += \ -d:MONOTOUCH_TV + +NO_THREAD_ABORT=1 +NO_THREAD_SUSPEND_RESUME=1 diff --git a/mcs/build/profiles/monotouch_watch_runtime.make b/mcs/build/profiles/monotouch_watch_runtime.make index 0a631823f98..920042750dd 100644 --- a/mcs/build/profiles/monotouch_watch_runtime.make +++ b/mcs/build/profiles/monotouch_watch_runtime.make @@ -2,3 +2,6 @@ include $(topdir)/build/profiles/monotouch_runtime.make PROFILE_MCS_FLAGS += \ -d:MONOTOUCH_WATCH + +NO_THREAD_ABORT=1 +NO_THREAD_SUSPEND_RESUME=1 -- 2.25.1