From a43d8908c039b83f22df7949fd1f173e615ff0cb Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 18 Nov 2020 07:04:11 -0800 Subject: [PATCH] Do not pass --enable-debug to internal hwloc Signed-off-by: Ralph Castain --- config/opal_config_hwloc.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/opal_config_hwloc.m4 b/config/opal_config_hwloc.m4 index cbcbb5ed21..6f006f4044 100644 --- a/config/opal_config_hwloc.m4 +++ b/config/opal_config_hwloc.m4 @@ -5,6 +5,7 @@ dnl Copyright (c) 2014-2018 Research Organization for Information Science dnl and Technology (RIST). All rights reserved. dnl Copyright (c) 2020 Amazon.com, Inc. or its affiliates. All Rights dnl reserved. +dnl Copyright (c) 2020 Intel, Inc. All rights reserved. dnl $COPYRIGHT$ dnl dnl Additional copyrights may follow @@ -155,7 +156,7 @@ AC_DEFUN([_OPAL_CONFIG_HWLOC_INTERNAL], [ # constant in autogen.pl. OPAL_EXPAND_TARBALL([3rd-party/hwloc_tarball], [3rd-party/hwloc_directory], [configure]) OPAL_SUBDIR_ENV_CLEAN([opal_hwloc_configure]) - PAC_CONFIG_SUBDIR_ARGS([3rd-party/hwloc_directory], [], [], + PAC_CONFIG_SUBDIR_ARGS([3rd-party/hwloc_directory], [], [[--enable-debug]], [subconfig_happy=1], [subconfig_happy=0]) OPAL_SUBDIR_ENV_RESTORE([opal_hwloc_configure])