Skip to content

Commit 3f02faf

Browse files
authored
Merge pull request #8229 from rhc54/topic/dbg
Do not pass --enable-debug to internal hwloc
2 parents a89830b + a43d890 commit 3f02faf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/opal_config_hwloc.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dnl Copyright (c) 2014-2018 Research Organization for Information Science
55
dnl and Technology (RIST). All rights reserved.
66
dnl Copyright (c) 2020 Amazon.com, Inc. or its affiliates. All Rights
77
dnl reserved.
8+
dnl Copyright (c) 2020 Intel, Inc. All rights reserved.
89
dnl $COPYRIGHT$
910
dnl
1011
dnl Additional copyrights may follow
@@ -155,7 +156,7 @@ AC_DEFUN([_OPAL_CONFIG_HWLOC_INTERNAL], [
155156
# constant in autogen.pl.
156157
OPAL_EXPAND_TARBALL([3rd-party/hwloc_tarball], [3rd-party/hwloc_directory], [configure])
157158
OPAL_SUBDIR_ENV_CLEAN([opal_hwloc_configure])
158-
PAC_CONFIG_SUBDIR_ARGS([3rd-party/hwloc_directory], [], [],
159+
PAC_CONFIG_SUBDIR_ARGS([3rd-party/hwloc_directory], [], [[--enable-debug]],
159160
[subconfig_happy=1], [subconfig_happy=0])
160161
OPAL_SUBDIR_ENV_RESTORE([opal_hwloc_configure])
161162

0 commit comments

Comments
 (0)