Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-07-09 23:17:16 +0300
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-07-09 23:17:16 +0300
commit3bbcb4d74226cf3523c93a25a2c74a7d8ef892f2 (patch)
treea150fa36be542dbdcb99fb9d191a0281515d150d
parentc3a8e398a23c6c616580d3d358b29aca5dba5806 (diff)
Turn debugger interface off by default.
Just changed LIBOMP_USE_DEBUGGER to false. llvm-svn: 241852
-rw-r--r--openmp/runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/CMakeLists.txt b/openmp/runtime/CMakeLists.txt
index af6e8ae715a0..96214e8b0629 100644
--- a/openmp/runtime/CMakeLists.txt
+++ b/openmp/runtime/CMakeLists.txt
@@ -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