Skip to content
Snippets Groups Projects
Commit bc9df6564a60 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Remove special configuration for certain maintainers

parent cebefca4a46e
Branches
No related tags found
No related merge requests found
...@@ -235,19 +235,6 @@ ...@@ -235,19 +235,6 @@
AC_SUBST(LIBGCRYPT_CFLAGS) AC_SUBST(LIBGCRYPT_CFLAGS)
AC_SUBST(LIBGCRYPT_LIBS) AC_SUBST(LIBGCRYPT_LIBS)
dnl
dnl Debug for DV (-Wunreachable-code)
dnl
if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ]] || \
[[ "${LOGNAME}" = "bill" -a "`pwd`" = "/home/bill/gnomesvn/libxslt" ]]
then
if test "${with_mem_debug}" = "" ;
then
with_mem_debug="yes"
fi
CFLAGS="-Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat=2 -Wmissing-format-attribute -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline "
fi
AC_ARG_WITH(debug, [ --with-debug Add the debugging code (on)]) AC_ARG_WITH(debug, [ --with-debug Add the debugging code (on)])
if test "$with_debug" = "no" ; then if test "$with_debug" = "no" ; then
echo Disabling debug support echo Disabling debug support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment