[GNA] Remove WA for undefined reference in GCC (#7842)
This commit is contained in:
parent
80e0bed855
commit
11516bb2b2
@ -50,10 +50,6 @@ target_compile_definitions(${TARGET_NAME}
|
||||
|
||||
ie_add_api_validator_post_build_step(TARGET ${TARGET_NAME})
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCXX AND NOT CMAKE_CROSSCOMPILING)
|
||||
target_link_options(${TARGET_NAME} PRIVATE -Wl,--unresolved-symbols=ignore-all)
|
||||
endif()
|
||||
|
||||
#
|
||||
# Static version for tests
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user