mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-11 10:16:41 +00:00
When this feature was finally merged, the serenity_option in lagom_options.cmake had the unintended side effect of always setting the cache variable to "" in the initial cache. In order to actually set the linker to use to be lld or mold, we need to set with the FORCE flag in the use_linker.cmake file. Found by checking with the CMake variable_watch() function. This will stop the build from spamming the "Using LLD to link Lagom" message all over the place :^)