Changed configuration to not use -g by default.

This commit is contained in:
Andreas Huggel
2007-03-16 01:08:27 +00:00
parent b58bd25d0d
commit fad8a94e8c
+4
View File
@@ -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