Kevin Bortis
Kevin Bortis
If you compile with LTO ('-flto'), then you need to be carefull with ar, nm and ranlib, since the plugin will be missing. It is always a good idea to...
@richfelker Is there any conflict in your opinion? - ISL links are dead since some months now. I have noted, that the GNU mirror offers some cherry picked versions of...
If you try bhyve as a nested virtual machine in vmware Worksation, ESXi or similar, you have to pass through Intel VT-x or AMD's AMD-Vi (Hardware Virtualization). Usually these settings...
If you have to much processing power, and really focus on high compression over throughput, you could use an external reverse proxy to do the job like described under https://github.com/google/ngx_brotli/issues/162...
I like the idea of zSTD for all kind of internal stuff. Installs, save games etc. Would be nice if RPCS could compress these things during idle cycles. I argue,...
I haven't deep-dived into the exact failure modes lately (and things may have improved a bit with modern glibc), but the classic problem is still there: glibc was never designed...
Taking the suggestions from https://docs.conan.io/en/latest/extending/custom_settings.html as a base and incorporating the ideas from @scddev , the following custom settings are working for me: ``` os: ... Linux: distro: [None, RHEL6,...
For the toolchain side, we also had to expand 'os_build', so that the from source generated toolchain works on all build nodes. The toolchain is added as a dependency in...