Skip to content

Commit

Permalink
CONFIG: Add external flags to configure output
Browse files Browse the repository at this point in the history
  • Loading branch information
tvegas1 committed Dec 18, 2024
1 parent 098a13e commit 4987e09
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,9 @@ AC_MSG_NOTICE([ Build prefix: ${prefix}])
AC_MSG_NOTICE([ Configuration dir: ${ucx_config_dir}])
AC_MSG_NOTICE([ CC: ${CC}])
AC_MSG_NOTICE([ CXX: ${CXX}])
AC_MSG_NOTICE([ BASE_CPPFLAGS: ${BASE_CPPFLAGS}])
AC_MSG_NOTICE([ BASE_CFLAGS: ${BASE_CFLAGS}])
AC_MSG_NOTICE([ BASE_CXXFLAGS: ${BASE_CXXFLAGS}])
AC_MSG_NOTICE([ CPPFLAGS: ${CPPFLAGS}])
AC_MSG_NOTICE([ CFLAGS: ${CFLAGS}])
AC_MSG_NOTICE([ CXXFLAGS: ${CXXFLAGS}])
AC_MSG_NOTICE([ CPPFLAGS: ${BASE_CPPFLAGS} ${CPPFLAGS}])
AC_MSG_NOTICE([ CFLAGS: ${BASE_CFLAGS} ${CFLAGS}])
AC_MSG_NOTICE([ CXXFLAGS: ${BASE_CXXFLAGS} ${CXXFLAGS}])
AC_MSG_NOTICE([ ASAN check: ${enable_asan}])
AC_MSG_NOTICE([ Multi-thread: ${mt_enable}])
AC_MSG_NOTICE([ MPI tests: ${mpi_enable}])
Expand Down

0 comments on commit 4987e09

Please sign in to comment.