Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2015-09-14 11:36:46 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-09-14 11:36:46 +0300
commita427d86c1b0d850bb2db6860ce91e07545f54ebd (patch)
treecdd4be9a5166ef2f8cd90ddb1edb6eceb0584b0a /mcs/class/Mono.CSharp
parentb189c386b56964ba0c8c14130c6eeb23c8fe6743 (diff)
parent05ef9eddfe7ac32a687ac8841681407c61707a73 (diff)
Merge pull request #2046 from rolfbjarne/profile-simplification
Profile simplification
Diffstat (limited to 'mcs/class/Mono.CSharp')
-rw-r--r--mcs/class/Mono.CSharp/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Mono.CSharp/Makefile b/mcs/class/Mono.CSharp/Makefile
index 74a1f0fe8f1..be27ecf831c 100644
--- a/mcs/class/Mono.CSharp/Makefile
+++ b/mcs/class/Mono.CSharp/Makefile
@@ -7,8 +7,6 @@ LIBRARY = Mono.CSharp.dll
LIB_REFS = System.Core System.Xml System
LIB_MCS_FLAGS =
-MOBILE_STATIC := $(filter mobile_static monotouch monotouch_watch, $(PROFILE))
-
ifdef MOBILE_STATIC
LIB_MCS_FLAGS += -d:IOS_REFLECTION
endif