Skip to content

Commit

Permalink
Eliminate --parallel for htmlify.p6
Browse files Browse the repository at this point in the history
Since it's not actually improving speed, and it causes hangs in some
operating systems such as OpenBSD. This would close #1947, and refers
to #1823 and also #1938, only I don't close that one since I guess the
point of it is to fix it.
  • Loading branch information
JJ committed Apr 24, 2018
1 parent a5e8797 commit fa60a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@ SELINUX_OPT := $(shell [ $(DOCKER_SELINUX_LABEL) -eq 1 ] && echo ':Z' |
html: bigpage htmlify

htmlify: init-highlights assets
perl6 htmlify.p6 --parallel=1
perl6 htmlify.p6

init-highlights:
ATOMDIR="./highlights/atom-language-perl6"; \
Expand Down

0 comments on commit fa60a76

Please sign in to comment.