Skip to content

Commit

Permalink
Remove optimization for sea_itt_lib (openvinotoolkit#7463)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoryach authored and akuporos committed Sep 29, 2021
1 parent 4121386 commit c13c01d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thirdparty/itt_collector/sea_itt_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set(TARGET_NAME sea_itt_lib)

set(CMAKE_DEBUG_POSTFIX "")
set(CMAKE_RELEASE_POSTFIX "")
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE OFF)

file(GLOB_RECURSE SOURCES "*.cpp" "*.h")

Expand Down

0 comments on commit c13c01d

Please sign in to comment.