okay this drove me crazy...

This commit is contained in:
DubbleClick 2025-06-29 16:50:19 +07:00
parent 6ed62aa05c
commit bd25de15cc

View File

@ -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');
}