This commit is contained in:
2025-11-07 16:45:29 +01:00
parent 88ebd62867
commit 8ac1645121
6 changed files with 56 additions and 13 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
my $v = shift;
return '--version' if $v eq '-V' || $v eq '--version';
return '-s' if $v eq '-s' || $v eq '--show-stats';
return '--show-adv-stats' if $v eq '--show-adv-stats';
return '--show-adv-stats' if $v eq '--show-adv-stats';
return '-z' if $v eq '-z' || $v eq '--zero-stats';
exec('${lib.getExe pkgs.sccache}', '-h');
}