mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 23:05:41 +08:00
Revert "add cache file option to autoconf executor by default (if cflags and ldflags match default)"
This reverts commit abe27598de.
This commit is contained in:
@@ -117,11 +117,6 @@ class UnixShell
|
||||
return trim($str);
|
||||
}
|
||||
|
||||
public function getEnv(): array
|
||||
{
|
||||
return $this->env;
|
||||
}
|
||||
|
||||
private function getExecString(string $cmd): string
|
||||
{
|
||||
logger()->debug('Executed at: ' . debug_backtrace()[0]['file'] . ':' . debug_backtrace()[0]['line']);
|
||||
@@ -134,4 +129,9 @@ class UnixShell
|
||||
}
|
||||
return $cmd;
|
||||
}
|
||||
|
||||
public function getEnv(): array
|
||||
{
|
||||
return $this->env;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user