mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
much more efficient caching
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ int main(int argc, char** argv)
|
||||
ffLoadLogoSet(&instance.config, "arch");
|
||||
ffStrbufSetS(&instance.config.color, instance.config.logo.color);
|
||||
instance.config.showErrors = true;
|
||||
instance.config.recache = true;
|
||||
instance.config.recache = argc == 1;
|
||||
instance.config.cacheSave = false;
|
||||
)
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
rm -rf tests/build/
|
||||
mkdir -p tests/build/
|
||||
cd tests/build/
|
||||
cmake ../.. -DBUILD_TESTS=ON
|
||||
|
||||
Reference in New Issue
Block a user