Deleting a branch is permanent. It CANNOT be undone. Continue?
remove-clap
into main
No due date set.
This pull request currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
comrak
has a command-line parser as default dependency, which we obviously dont need. It takes 18s to build, so this should also speed up the overall build for Lemmy on devices with few CPU cores (on my machine it doesnt make any difference).Removed the commit from #137 so we can merge this independently.
Hmm even with
-j2
the compile time is identical. Anyway this cant hurt.