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