X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=ee74d837c48061446c7ac9754197ef4c6ec24d99;hb=5903c277d586e0f2489ca1409586d6f8cc87b227;hp=62d24cee0e0f0d730ebb99ff055aa267f33d55b6;hpb=4fdc652c708d688db622ea4ad69ce75ee9925dd6;p=swftools.git diff --git a/configure.in b/configure.in index 62d24ce..ee74d83 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging], DEBUG=true) PACKAGE=swftools -VERSION=0.4.4-pre9 +VERSION=0.4.4-pre10 # -Winline? if test "x$CHECKMEM" '!=' "x";then @@ -16,6 +16,9 @@ fi if test "x$DEBUG" '!=' "x";then CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CFLAGS" CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CXXFLAGS" + STRIP="echo debug enabled, not stripping " + export STRIP + AC_SUBST(STRIP) else CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer $CFLAGS" CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer $CXXFLAGS"