You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.33.0
Tiny improvements made to the APKBUILD:
- Use the new `-DBUILD_FLASHFETCH` option to disable building the `flashfetch` binary, which makes little to no purpose being built & shipped in a prebuilt package (see fastfetch-cli/fastfetch#627 & fastfetch-cli/fastfetch#1455, as well as the related note in the above changelog)
- Use the `-DBUILD_TEST` option to build tests and tests binaries, allowing to simply use `ctest` during `check()`
- Do not specify targets to build during `cmake build` so every needed targets are built (including current and future tests binaries required during `check()`).
0 commit comments