Skip to content

Commit

Permalink
Merge pull request #9715 from dnakamura/debug_override
Browse files Browse the repository at this point in the history
CMake Stop forcing OMR_SEPARATE_DEBUG_INFO
  • Loading branch information
pshipton committed Jun 3, 2020
2 parents 505be67 + 4eb40a4 commit b2978d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/cmake/omr_config.cmake
Expand Up @@ -28,5 +28,5 @@ set(OMR_DDR OFF CACHE BOOL "")
set(OMR_EXAMPLE OFF CACHE INTERNAL "")
set(OMR_FVTEST OFF CACHE INTERNAL "")
set(OMR_GC ON CACHE INTERNAL "")
set(OMR_SEPARATE_DEBUG_INFO ON CACHE INTERNAL "")
set(OMR_SEPARATE_DEBUG_INFO ON CACHE BOOL "")
set(OMRPORT_OMRSIG_SUPPORT ON CACHE INTERNAL "")

0 comments on commit b2978d4

Please sign in to comment.