Turn debugger interface off by default.

Just changed LIBOMP_USE_DEBUGGER to false.

llvm-svn: 241852
This commit is contained in:
Jonathan Peyton 2015-07-09 20:17:16 +00:00
parent c3a8e398a2
commit 3bbcb4d742
1 changed files with 1 additions and 1 deletions

View File

@ -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