diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-20 02:14:53 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:28 -0400 |
commit | b84f676946941df6f7e8476d77d1db0cbe7736c5 (patch) | |
tree | 9ee7c7a2d3b7496b38ad127519210adfeced2241 /acprep | |
parent | 539370ff1b37772e9f11439f652ffd3583beeedb (diff) | |
download | fork-ledger-b84f676946941df6f7e8476d77d1db0cbe7736c5.tar.gz fork-ledger-b84f676946941df6f7e8476d77d1db0cbe7736c5.tar.bz2 fork-ledger-b84f676946941df6f7e8476d77d1db0cbe7736c5.zip |
Did some optimization and memory cleanup
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 "$@" |