Skip to content

Commit

Permalink
Turns out optimize-basic-latin slows things down
Browse files Browse the repository at this point in the history
  • Loading branch information
hasty committed Jun 24, 2024
1 parent fcfa7fe commit f816b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciidoc/parse/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func main() {
grammar.WriteString("\n\n")
}

args := []string{"-optimize-basic-latin"}
args := []string{}
if !debugParser {
args = append(args, "-optimize-parser")
//args = append(args, "-optimize-grammar")
Expand Down

0 comments on commit f816b27

Please sign in to comment.