[Openmp-commits] [openmp] r241852 - Turn debugger interface off by default.
Jonathan Peyton
jonathan.l.peyton at intel.com
Thu Jul 9 13:17:16 PDT 2015
Author: jlpeyton
Date: Thu Jul 9 15:17:16 2015
New Revision: 241852
URL: http://llvm.org/viewvc/llvm-project?rev=241852&view=rev
Log:
Turn debugger interface off by default.
Just changed LIBOMP_USE_DEBUGGER to false.
Modified:
openmp/trunk/runtime/CMakeLists.txt
Modified: openmp/trunk/runtime/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/CMakeLists.txt?rev=241852&r1=241851&r2=241852&view=diff
==============================================================================
--- openmp/trunk/runtime/CMakeLists.txt (original)
+++ openmp/trunk/runtime/CMakeLists.txt Thu Jul 9 15:17:16 2015
@@ -125,7 +125,7 @@ set(LIBOMP_OSX_ARCHITECTURES "${CMAKE_OS
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
More information about the Openmp-commits
mailing list