Monotouch has builds with -DISABLE_REMOTING.
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 7 Mar 2013 22:44:28 +0000 (17:44 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 7 Mar 2013 22:44:28 +0000 (17:44 -0500)
mcs/build/profiles/monotouch.make

index 8c9b36f5dff59818514b7609eb96bb185644b553..d49b255f8615f327f087a096cbf3d2ad3f9b5281 100644 (file)
@@ -12,7 +12,7 @@ profile-check:
        @:
 
 DEFAULT_REFERENCES = -r:mscorlib.dll
-PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:NET_3_5 -d:NET_4_0 -d:NET_4_5 -d:MOBILE -d:MONOTOUCH -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) $(DEFAULT_REFERENCES) $(PLATFORM_DEBUG_FLAGS)
+PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:NET_3_5 -d:NET_4_0 -d:NET_4_5 -d:MOBILE -d:MONOTOUCH -d:DISABLE_REMOTING -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) $(DEFAULT_REFERENCES) $(PLATFORM_DEBUG_FLAGS)
 FRAMEWORK_VERSION = 2.1
 NO_TEST = yes