Skip to content

Commit

Permalink
Workaround for the race condition in bmalloc's BMScavenger caused by …
Browse files Browse the repository at this point in the history
…WebKitBrowser implementation unloading
  • Loading branch information
GlebNovodranPE committed May 20, 2024
1 parent 55394aa commit 1952311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WebKitBrowser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ if(NOT WEBKIT_GLIB_API)
target_sources(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE InjectedBundle/Utils.cpp)
endif()

target_link_options(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE "-Wl,-z,nodelete")

target_link_libraries(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION}
PRIVATE
${NAMESPACE}Plugins::${NAMESPACE}Plugins
Expand Down

0 comments on commit 1952311

Please sign in to comment.