top | item 36151152

(no title)

workethics | 2 years ago

Not only that, but zig makes linking against old glibc versions easy. For example, to make an x86_64 linux build linked against glibc 2.9 when using zig build all you have to do is pass:

  -Dtarget=x86_64-linux-gnu.2.9

discuss

order

GordonS|2 years ago

Damn, that's a magnificent feature! Maybe I should have another look at Zig...

TDiblik|2 years ago

Hi, why is this feature interesting/important? (Coming from [uneducated] webdeveloper with interest for systems/embedded programming)

beefcafe|2 years ago

This is a killer feature for CTFs/OSCP/etc and why I started using it.