Benjamin Beichler

Results 15 comments of Benjamin Beichler
trafficstars

It is quite new (CMake 2.21) and I think it is a reaction on mold and other linkers. The documented entry is CMAKE_LANG_LINKER_LAUNCHER (https://cmake.org/cmake/help/v3.21/variable/CMAKE_LANG_LINKER_LAUNCHER.html)

Mhh good question: I was searching for a Setting, which could be done globally, not project specific. I think the better ones would be: - `CMAKE_EXE_LINKER_FLAGS` - `CMAKE_SHARED_LINKER_FLAGS` - `CMAKE_STATIC_LINKER_FLAGS`...

Mhh okay, then this seems to be a cmake bug (maybe as the escaping problem). When I found time for this, I may bring this up on cmake side and...

> No, it's not. mold always leaves its identification string in the .comment section. If there's a .comment section in your binary but if you can't find "mold" in it,...

@rwestafer can you create a PR for your solution ?

I would also highly appreciate having a way to configure out the static arbitrary seed, since it also breaks precompiled headers.

I cannot assign the feature-request label, but is this issue enough as a feature request, or should I open an extra issue?

@hrvylein would it be possible to rebase your changes to the current version? I would really appreciate to use this in our CE hosted instance of the university. @moritzgloeckl are...

@bmah888 Are there any problems with that PR?

From my glimpse into the mt branch, it may solve the problematic behavior of the single threaded version. From my understanding, you use blocking reads in the separate threads for...