Alexander Neumann
Alexander Neumann
So I build `benchmark` from vcpkg with a custom toolchain using clang-cl. It has `/clang:-flto=full` in `CMAKE_C_FLAGS_RELEASE`. Unfortunally this completly removes `main` from `benchmark_main.lib` and lead to a fatal error...
hmm vcpkg crashed in `x64_windows_static_md`. osx is now building dbus successfully.
> baseline or related to this PR? seems to be baseline. I don't touch anything libxml2 related in this PR. I'll will check the configure logs against master.
Replacing `_find_package(${ARGS})` with ``` list(REMOVE_ITEM ARGS "NO_MODULE") list(REMOVE_ITEM ARGS "CONFIG") list(REMOVE_ITEM ARGS "MODULE") _find_package(${ARGS} CONFIG) ``` within the libxml2 wrapper solves the error here. The problem is: find_package(LibXml2 REQUIRED) ->...
@dg0yt you mean libxml2. This only happens if libxml2 is build with tools.
> Can you link in the first msg what PR this PR is waiting for? Done but this PR really is only waiting to be further reviewed or having a...
@BillyONeal: > xlib: 12 Wait, this is what is libx11? xlib is the old name for x11. I don't mind switch xlib x11 but i also don't thing it matters....
> I would feel better about it. null is always safe. I'll adjust that when the naming question has been resolved.
> We agree that putting lib in front is unfortunate but do want to align with repology. done for the ports you pointed out (xau x11 xdmcp) > We agree...
already fixed in #26486 side effect due to #25009 deactivating cross builds.