[S.R.Serialization] switch to USE_REFEMIT to reduce test failures.
authorAtsushi Eno <atsushieno@gmail.com>
Tue, 31 Mar 2015 07:02:33 +0000 (16:02 +0900)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 24 Apr 2015 05:36:50 +0000 (14:36 +0900)
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

index d02bf4a50d7359bd8c87051d3e5f3601f6498b6e..877731a3e4a567b342359ee543428e086177a4fd 100644 (file)
@@ -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))