Link issue (probably?) with -fincremental (0.17-dev / linux) (opens in new tab)
I continued my quest following DVUI’s dependencies. Next : raylib. Took me a bit of effort to compile to 0.17 due to some unrelated build system shenanigans, but now it works and I end up with another -fincremental error : compile exe core_input_actions Debug native 1 errors error: unsupported object type note: while parsing .zig-cache/o/ee2128f4c8fb51048b3fc9a054d3039d/libraylib.a error: 1 compilation errors Reproduction ( zig 0.17.0-dev.902+7255f3e72) : git clone --branch=0.17 zig build cor...
Read the original article