From fad8a94e8cb22854ac2b7ce2076d0cd61c55ac8d Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Fri, 16 Mar 2007 01:08:27 +0000 Subject: [PATCH] Changed configuration to not use -g by default. --- config/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/configure.ac b/config/configure.ac index 07c67ad6..1cdb3942 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -18,8 +18,12 @@ AC_CONFIG_AUX_DIR([./config]) # --------------------------------------------------------------------------- # Checks for programs. # --------------------------------------------------------------------------- +# Don't use -g to compile C++ code +ac_cv_prog_cxx_g=no AC_PROG_CXX AC_PROG_CXXCPP +# Don't use -g to compile C code +ac_cv_prog_cc_g=no AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL