Skip to content

Commit

Permalink
fixed pdb file match in symchk openvinotoolkit#3
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszJanuszkiewicz committed Nov 14, 2022
1 parent 6247c49 commit f96d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/developer_package/compile_flags/sdl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else()
set(IE_C_CXX_FLAGS "${IE_C_CXX_FLAGS} /sdl")
endif()
set(IE_C_CXX_FLAGS "${IE_C_CXX_FLAGS} /guard:cf")
set(IE_LINKER_FLAGS "${IE_LINKER_FLAGS} /guard:cf /PDBALTPATH:$<TARGET_PDB_FILE_NAME:${target}>")
set(IE_LINKER_FLAGS "${IE_LINKER_FLAGS} /guard:cf /PDBALTPATH:$<TARGET_PDB_FILE_NAME:${TARGET_NAME}>")
if(ENABLE_INTEGRITYCHECK)
set(IE_LINKER_FLAGS "${IE_LINKER_FLAGS} /INTEGRITYCHECK")
endif()
Expand Down

0 comments on commit f96d925

Please sign in to comment.