Skip to content

Commit fa0329b

Browse files
authored
Remove -v argument in <FsYacc Include="pars.fsy">. (#16877)
1 parent 4f388c0 commit fa0329b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/FSharp.Compiler.Service.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<Link>SyntaxTree\lex.fsl</Link>
234234
</FsLex>
235235
<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>
236+
<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>
237237
<Link>SyntaxTree\pars.fsy</Link>
238238
</FsYacc>
239239
<None Include="pplex.fsl">

0 commit comments

Comments
 (0)