Y
Hacker News
new
|
ask
|
show
|
jobs
by
warangal
199 days ago
Using `zig-cc (clang)` to set a particular `LibC` version is one of the best decisions i have made, and saved me from those meaningless libC mismatch errors!
1 comments
max-privatevoid
199 days ago
It's insane that Zig was needed to achieve this, instead of a preprocessor definition like "#define GLIBC_MIN_COMPATIBLE_VERSION GLIBC_2_40".
link