Changed configuration to not use -g by default.

v0.27.3
Andreas Huggel 19 years ago
parent b58bd25d0d
commit fad8a94e8c

@ -18,8 +18,12 @@ AC_CONFIG_AUX_DIR([./config])
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Checks for programs. # Checks for programs.
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Don't use -g to compile C++ code
ac_cv_prog_cxx_g=no
AC_PROG_CXX AC_PROG_CXX
AC_PROG_CXXCPP AC_PROG_CXXCPP
# Don't use -g to compile C code
ac_cv_prog_cc_g=no
AC_PROG_CC AC_PROG_CC
AC_PROG_CPP AC_PROG_CPP
AC_PROG_INSTALL AC_PROG_INSTALL

Loading…
Cancel
Save