We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8a173 commit aff9ff2Copy full SHA for aff9ff2
src/globals/test-extensions.php
@@ -39,6 +39,8 @@
39
// putenv('SPC_LIBC_VERSION=2.17');
40
putenv('CC=zig-cc');
41
putenv('CXX=zig-c++');
42
+ putenv('AR=ar');
43
+ putenv('LD=ld.lld');
44
exec('ulimit -n 2048');
45
}
46
0 commit comments