X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=6166b25a0bc60a805ed60fa24d966ccb69f86d5c;hb=c922647daed3dd022be11980063b5fb816d8c091;hp=abb61d27fe42765898d38a6c832f1eb13d50a7cd;hpb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index abb61d27f..6166b25a0 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,8 @@ m4_define([WARN_FLAGS_LIST], [ dnl -Wmissing-parameter-type dnl -Wshadow dnl -Wno-gnu-folding-constant dnl + -Wsuggest-attribute=format dnl + -Wformat=2 dnl dnl GCC enables this with -Wall in C++, and that generates a dnl lot of warnings that have on average a low value to fix. -Wno-sign-compare dnl @@ -951,7 +953,6 @@ AS_IF([test x$enable_bin_lttng_crash != xno], AS_IF([test x$enable_bin_lttng_relayd != xno], [ - build_lib_lttng_ctl=yes build_lib_sessiond_comm=yes build_lib_index=yes build_lib_health=yes @@ -1142,6 +1143,7 @@ AC_CONFIG_FILES([ src/Makefile src/common/Makefile src/common/argpar/Makefile + src/common/argpar-utils/Makefile src/common/bytecode/Makefile src/common/kernel-ctl/Makefile src/common/kernel-consumer/Makefile @@ -1155,6 +1157,7 @@ AC_CONFIG_FILES([ src/common/index/Makefile src/common/health/Makefile src/common/config/Makefile + src/common/ini-config/Makefile src/common/string-utils/Makefile src/common/fd-tracker/Makefile src/common/filter/Makefile