We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96bac02 + 53aa113 commit 9f8439fCopy full SHA for 9f8439f
src/Compiler/FSharp.Compiler.Service.fsproj
@@ -234,7 +234,7 @@
234
<Link>SyntaxTree\lex.fsl</Link>
235
</FsLex>
236
<FsYacc Include="pars.fsy">
237
- <OtherFlags>-v --module FSharp.Compiler.Parser --open FSharp.Compiler --open FSharp.Compiler.Syntax --open FSharp.Compiler.Text --internal --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing --buffer-type-argument char</OtherFlags>
+ <OtherFlags>--module FSharp.Compiler.Parser --open FSharp.Compiler --open FSharp.Compiler.Syntax --open FSharp.Compiler.Text --internal --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing --buffer-type-argument char</OtherFlags>
238
<Link>SyntaxTree\pars.fsy</Link>
239
</FsYacc>
240
<None Include="pplex.fsl">
0 commit comments