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.
2 parents 5178e0c + f97ea5b commit ebcab67Copy full SHA for ebcab67
psw/ae/aesm_service/source/oal/CMakeLists.txt
@@ -25,5 +25,7 @@ target_compile_definitions(oal PRIVATE
25
$<$<CONFIG:Debug>:DBG_LOG>
26
)
27
28
+set_source_files_properties(linux/aesm_util.cpp PROPERTIES COMPILE_FLAGS "-fno-optimize-sibling-calls")
29
+
30
target_link_libraries(oal Threads::Threads ${CMAKE_DL_LIBS})
31
set_property(TARGET oal APPEND_STRING PROPERTY LINK_FLAGS " -Wl,-z,defs")
0 commit comments