From 28e64ee9eb64dd7f1eaea64074e14fef751d127d Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Fri, 2 Oct 2020 23:47:34 +0100 Subject: [PATCH 5/5] Remove src flags --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configure.ac b/configure.ac index 1cd6758..3b1254a 100644 --- a/configure.ac +++ b/configure.ac @@ -111,20 +111,6 @@ Could not determine proper value for MPI_LDFLAGS. Please see README.]) echo "$MPI_LDFLAGS" fi -CXXFLAGS="-g -O3" - -#if test "$ac_test_CXXFLAGS" != set; then -# if test "$CXXFLAGS" = "-O2"; then -# CXXFLAGS="-O3" -# else - # CXXFLAGS="-O2" -# CXXFLAGS="-g -O0" -if test $CXX = g++; then - CXXFLAGS="-pedantic -Wall -Wno-long-long $CXXFLAGS" -fi -# fi -#fi - AC_PROG_CC AC_PROG_LIBTOOL -- 2.28.0