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
path: root/mcs
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-10-18 15:33:06 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-19 16:30:07 +0300
commit9cce09b0a2f205fa9f5e20d842c03300b778da97 (patch)
treea35e3bc92d6f6e34003f91cf49ba9e7987dfddf4 /mcs
parentc763b4a250e64d535432af455571d0e8a95ec9e7 (diff)
[runtime] Workaround for verifier bug #59967
Diffstat (limited to 'mcs')
-rw-r--r--mcs/build/config-default.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make
index 6120d57882f..db84e4ea5ad 100644
--- a/mcs/build/config-default.make
+++ b/mcs/build/config-default.make
@@ -12,7 +12,8 @@ CODEPAGE = 65001
RUNTIME_FLAGS =
TEST_HARNESS = $(topdir)/class/lib/$(PROFILE_DIRECTORY)/$(PARENT_PROFILE)nunit-lite-console.exe
PLATFORM_DEBUG_FLAGS = /debug:portable
-MCS_FLAGS =
+# Workaround for https://bugzilla.xamarin.com/show_bug.cgi?id=59967
+MCS_FLAGS = /features:peverify-compat
MBAS_FLAGS = -debug
LIBRARY_FLAGS =
ifndef CFLAGS