Lucian Popescu
Lucian Popescu
The same issue for https://invidious.flokinet.to/search?q=manele+tanga
Sorry for the confusion. I was looking at the -m flag for the linker which is used for the emulation layer. As for LDFLAGS, even if you call LD through...
I wanted to link with ld.lld but meanwhile I realized that it's safer to call the linker through clang.
@claudioandre-br > In this case, the best option would be to overwrite settings using the flag [1] -fuse-ld=? Yes. However, as @solardiz points, it's rather awkward to add -m64 in...
Should we close this issue?
@solardiz sounds good to me I'm going to update #5286 with the proposed changes.
The same issue is present in sqlite-speedtest-1.0.1: SQLite Speedtest - Timed Time - Size 1,000 (sec). Notice the comma in the test name.
`hashstr_buf` also seems to be read in a lot of places but never written. Edit: hastype_t.final, which usee hashstr_buf, isn't written anywhere, as well.
I think the easiest is to initialize the struct. If your hypotheses is true (block_type 6 is executed before block_type 2) then at least the struct is 0 initialized and...