From 548e2be3297d53a3956a8901ec6e3d019d402e0c Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Tue, 31 Mar 2015 16:02:33 +0900 Subject: [PATCH] [S.R.Serialization] switch to USE_REFEMIT to reduce test failures. We don't use neither of expression trees nor SRE anyways, but it's easier to reduce noises in nunit test failures to review the rest. --- mcs/class/System.Runtime.Serialization/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mcs/class/System.Runtime.Serialization/Makefile b/mcs/class/System.Runtime.Serialization/Makefile index d02bf4a50d7..877731a3e4a 100644 --- a/mcs/class/System.Runtime.Serialization/Makefile +++ b/mcs/class/System.Runtime.Serialization/Makefile @@ -9,6 +9,7 @@ LIB_REFS = System System.Xml System.Core System.ServiceModel.Internals SMDiagnos LIB_MCS_FLAGS = \ -unsafe \ /nowarn:168,169,219,414 \ + -d:USE_REFEMIT \ $(RESOURCE_FILES:%=/resource:%) ifneq (2.1, $(FRAMEWORK_VERSION)) -- 2.25.1