From b84f676946941df6f7e8476d77d1db0cbe7736c5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 20 Apr 2007 02:14:53 +0000 Subject: Did some optimization and memory cleanup --- acprep | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index 642b6a93..cbaaa4bb 100755 --- a/acprep +++ b/acprep @@ -45,12 +45,6 @@ else CXXFLAGS="" fi -WARNFLAGS="-Wall -Wextra -Wfloat-equal -Wno-endif-labels -Wshadow" -WARNFLAGS="$WARNFLAGS -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion" -WARNFLAGS="$WARNFLAGS -Wconversion -Wshorten-64-to-32 -Wsign-compare" -WARNFLAGS="$WARNFLAGS -Wmissing-field-initializers -Wmissing-noreturn" -WARNFLAGS="$WARNFLAGS -pedantic-errors" - # Building the command-line tool as a shared library is a luxury, # since there are no clients except a GUI tool which might use it (and # that is built again anyway by Xcode). @@ -100,4 +94,4 @@ fi "$HERE/configure" --srcdir="$HERE" \ EMACS="$HOME/bin/emacs" EMACSLOADPATH="$EMACSLOADPATH" \ CPPFLAGS="$INCDIRS" CXXFLAGS="$CXXFLAGS $local_cxxflags" \ - WARNFLAGS="$WARNFLAGS" LDFLAGS="$LIBDIRS" $SWITCHES "$@" + LDFLAGS="$LIBDIRS" $SWITCHES "$@" -- cgit v1.2.3