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.
1 parent 4f388c0 commit fa0329bCopy full SHA for fa0329b
src/Compiler/FSharp.Compiler.Service.fsproj
@@ -233,7 +233,7 @@
233
<Link>SyntaxTree\lex.fsl</Link>
234
</FsLex>
235
<FsYacc Include="pars.fsy">
236
- <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>
237
<Link>SyntaxTree\pars.fsy</Link>
238
</FsYacc>
239
<None Include="pplex.fsl">
0 commit comments