From: Ankit Jain Date: Tue, 1 Nov 2016 22:15:05 +0000 (-0400) Subject: [mcs] Accept and ignore command line args supported by csc that we don't X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=bf2e7742789a4a27df8d36e85299f1a3bacb0b22 [mcs] Accept and ignore command line args supported by csc that we don't .. support: /deterministic+ /deterministic- --- diff --git a/mcs/mcs/settings.cs b/mcs/mcs/settings.cs index 63c6c41d516..b3108a57014 100644 --- a/mcs/mcs/settings.cs +++ b/mcs/mcs/settings.cs @@ -1242,6 +1242,8 @@ namespace Mono.CSharp { case "/appconfig": case "/baseaddress": case "/deterministic": + case "/deterministic+": + case "/deterministic-": case "/errorendlocation": case "/errorlog": case "/features":