mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
okay this drove me crazy...
This commit is contained in:
parent
6ed62aa05c
commit
bd25de15cc
@ -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');
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user