forked from OSchip/llvm-project
Turn debugger interface off by default.
Just changed LIBOMP_USE_DEBUGGER to false. llvm-svn: 241852
This commit is contained in:
parent
c3a8e398a2
commit
3bbcb4d742
|
@ -125,7 +125,7 @@ set(LIBOMP_OSX_ARCHITECTURES "${CMAKE_OSX_ARCHITECTURES}" CACHE STRING
|
|||
set(CMAKE_OSX_ARCHITECTURES ${LIBOMP_OSX_ARCHITECTURES})
|
||||
|
||||
# - Code that allows the OpenMP library to conveniently interface with debuggers
|
||||
set(LIBOMP_USE_DEBUGGER true CACHE BOOL
|
||||
set(LIBOMP_USE_DEBUGGER false CACHE BOOL
|
||||
"Enable debugger interface code?")
|
||||
|
||||
# OMPT-support
|
||||
|
|
Loading…
Reference in New Issue