mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
okay this drove me crazy...
This commit is contained in:
@@ -40,7 +40,7 @@ if ($zig) {
|
||||
putenv('CC=zig-cc');
|
||||
putenv('CXX=zig-c++');
|
||||
putenv('AR=ar');
|
||||
putenv('LD=ld.lld');
|
||||
putenv('LD=ld');
|
||||
exec('ulimit -n 2048');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user