Skip to content

Commit

Permalink
Turns out optimize-basic-latin slows things down
Browse files Browse the repository at this point in the history
Former-commit-id: f816b27
  • Loading branch information
hasty committed Jun 24, 2024
1 parent 78d11d4 commit 2a6a3ef
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 2a6a3ef

Please sign in to comment.