For more information about this error, try `rustc --explain E0283`. error: could not compile `spectre-p2p-lib` (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... error: failed to compile `spectred v0.3.14 (/usr/local/src/rusty-spectre/spectre...
Zig's own builds.zig exposes strip, single-threaded, pie, build-id and test-filter flags (they have been replaced in this PR with before-mentioned functions, but this can also be discussed here) ZLS's build.zig exposes its own (= with different description and defaults, same with other ...
As a side note, it might not be even possible to use MSVC to build the Golang archive. Not really sure, but I've found thisStackOverflow answeranda repo using MSVC with MinGW-generated Go archiveto link C code. Not sure, how I can translate the magic code to Rust either. Author NuL...