Remove Thread API from the watch/tv runtime profiles as well.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 19 Nov 2015 15:19:52 +0000 (16:19 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 19 Nov 2015 18:24:23 +0000 (19:24 +0100)
mcs/build/profiles/monotouch_tv_runtime.make
mcs/build/profiles/monotouch_watch_runtime.make

index c6c98dcdc680a973f1f5f9c2a22c5ef9cc13828b..6ea1b4ab2d6f7437bfa75a9ba37c586f7eda3e67 100644 (file)
@@ -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
index 0a631823f98959750cd75ea602300128b7a558d7..920042750ddf45493abe94bcf26dd15d013b9193 100644 (file)
@@ -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