Skip to content
Snippets Groups Projects
Commit 658fb023 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix linux build with LTO enabled

parent f83abb1c
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ elseif (DARWIN)
endif (USE_BUGSPLAT)
elseif (LINUX)
target_link_libraries(llwebrtc PRIVATE ll::webrtc)
set_target_properties(llwebrtc PROPERTIES INTERPROCEDURAL_OPTIMIZATION OFF)
endif (WINDOWS)
target_include_directories( llwebrtc INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment