@hugeblank We use cmake --build
so it's also configurable via the CMAKE_BUILD_PARALLEL_LEVEL
environment variable https://cmake.org/cmake/help/latest/envvar/CMAKE_BUILD_PARALLEL_LEVEL.html
If there's some documentation you can link to that suggests defaulting to parallel builds I'd be happy to change. I've looked through the wiki for -git package guidelines and https://wiki.archlinux.org/title/CMake_package_guidelines for this package. Thanks!
Pinned Comments
Ckat commented on 2020-02-28 17:56 (UTC) (edited on 2021-09-05 10:41 (UTC) by Ckat)
if you get some error launching chatterino about libboost or other system libs, try recompiling (just install the package again and it'll recompile from latest source) before complaining.
also, -git packages cannot go out of date, unless they stop compiling. pkgver is updated every build, you the user are responsable to regularly rebuild it if you want the latest git version built.
TLDR; please stop flagging it out of date unless it doesnt build anymore.