Remove the hack to disable -g in CFLAGS unless --with-devel
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -2954,9 +2954,6 @@ $as_echo "$as_me: WARNING: Ignoring unknown argument to --with-devel: $with_deve
|
||||
esac
|
||||
fi
|
||||
|
||||
if test X"$with_devel" != X"yes"; then
|
||||
ac_cv_prog_cc_g=no
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-CC was given.
|
||||
|
@@ -216,9 +216,6 @@ AC_ARG_WITH(devel, [AS_HELP_STRING([--with-devel], [add development options])],
|
||||
*) AC_MSG_WARN([Ignoring unknown argument to --with-devel: $with_devel])
|
||||
;;
|
||||
esac])
|
||||
if test X"$with_devel" != X"yes"; then
|
||||
ac_cv_prog_cc_g=no
|
||||
fi
|
||||
|
||||
AC_ARG_WITH(CC, [AS_HELP_STRING([--with-CC], [C compiler to use])],
|
||||
[case $with_CC in
|
||||
|
Reference in New Issue
Block a user