Alexander Haase
Alexander Haase
Ok, so we should add `-fPIE` and `-fpie` to the flags to ensure ThreadSanitizer works with `gcc` and `clang`?
Oh, I don‘t think that was the intention of my implementation. ;) I guess Sanitizers aren‘t available for assembler, the result is cached for gcc, so the module prints a...
@smspillaz has the issue gone with the new version of sanitizers-cmake?
I can reproduce this in Safari 15.3.
Hi @vincejv, sorry for the late reply. Can you explain, why this change is necessary? I think your commit will limit the darkmode setting to the `#list` element, only.
I like the idea of this patch. However, I'd like to implement it in a different way. I'll try to add this feature soon.
> Would you prefer global `on_create`, `on_drop` ? Thanks for the feedback. I would like to see both. Some queries might be useful on a global level, others just for...
Same error on macOS 10.15.7 with kerberos 1.3.1 when connecting via HTTP. However, the module states it has no support for message encryption, which should be available since version 1.2.1?...
Using `FetchContent_Declare()` is not the intended way to include this project in CMake. We should check compatibility first, so it doesn't break anything else. If we can ensure it works,...
Usually, I just let the individual test runs cumulate to see, if all parts of the code have been tested. I think this is a convenient command to add into...