We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1742ae commit c223b65Copy full SHA for c223b65
Ladybird/CMakeLists.txt
@@ -27,8 +27,6 @@ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
27
28
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
29
30
-include(use_linker)
31
-
32
if (ENABLE_ADDRESS_SANITIZER)
33
add_compile_options(-fsanitize=address -fno-omit-frame-pointer)
34
add_link_options(-fsanitize=address)
@@ -63,6 +61,7 @@ if (LADYBIRD_IS_TOP_LEVEL)
63
61
)
64
62
list(APPEND CMAKE_MODULE_PATH "${SERENITY_SOURCE_DIR}/Meta/CMake")
65
include(cmake/EnableLagom.cmake)
+ include(use_linker)
66
include(lagom_compile_options)
67
include(lagom_install_options)
68
else()
0 commit comments