summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVolker Fischer <corrados@users.noreply.github.com>2021-05-22 10:01:21 +0200
committerVolker Fischer <corrados@users.noreply.github.com>2021-05-22 10:01:21 +0200
commit0711d0f5aef38ee60653d52ca2f04c8d7051b1e6 (patch)
treec57f3c4e4388772a874fe3b8313ed69429944a39 /configure.ac
parent5be222dee61dc8b28a429d93c39a2500a28de759 (diff)
parent0fcb75e864ff8ed42622249dfdd7af9abfda033d (diff)
Merge remote-tracking branch 'origin/two_samples_bug_fix' into edrumulus
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac65c69..28c492d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ dnl Check for -ffloat-store support
dnl ===========================
AC_LANG_PUSH([C++])
TMP_CXXFLAGS="$CXXFLAGS"
-CXXFLAGS="-Wall -Werror -ffloat-store"
+CXXFLAGS="-Wall -Werror -Wextra -ffloat-store"
AC_MSG_CHECKING([whether CXX supports -ffloat-store])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
[AC_MSG_RESULT([yes])