Skip to content

Commit

Permalink
Debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
riverlijunjie committed Jan 9, 2024
1 parent 853f6dd commit d58cdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ else()
set(BIN_FOLDER "bin/${ARCH_FOLDER}")
endif()

set(CMAKE_BUILD_TYPE "Debug")
if(CMAKE_GENERATOR STREQUAL "Ninja Multi-Config")
# 'Ninja Multi-Config' specific, see:
# https://cmake.org/cmake/help/latest/variable/CMAKE_DEFAULT_BUILD_TYPE.html
Expand Down
1 change: 1 addition & 0 deletions cmake/developer_package/packaging/archive.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ macro(ov_archive_cpack_set_dirs)
set(OV_CPACK_TOOLSDIR tools)
set(OV_CPACK_DEVREQDIR tools)
set(OV_CPACK_PYTHONDIR python)
set(CMAKE_BUILD_TYPE "Debug")

if(USE_BUILD_TYPE_SUBFOLDER)
set(build_type ${CMAKE_BUILD_TYPE})
Expand Down

0 comments on commit d58cdf3

Please sign in to comment.