summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2025-01-05Update troubleshooting instructionsDaniel Bermond
The upstream default build system is Ninja, and it does not obey 'MAKEFLAGS'. It seems there is no environment variable[1] to control the number of building threads with ninja. This means the user will need to manually modify the PKGBUILD to set the number of building threads in the cmake build command in case of compiler error due to memory shortage. [1] https://github.com/ninja-build/ninja/issues/1482
2025-01-04Initial commitDaniel Bermond