X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=configure;h=b86a9e9a12d26eeccc18ac1b1754afb34a310b20;hb=bcbe5ecf7001335895da8be92518f4645977a839;hp=f02f4f345f1b15e84a83147c9d6c5f1b95923084;hpb=60a3b9ce71d1e69c26f4359cee87358fe944f86e;p=melted diff --git a/configure b/configure index f02f4f3..b86a9e9 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.3.5 +export version=0.3.7 export soversion=1 show_help() @@ -61,7 +61,7 @@ build_config() [ "$arch" != "" ] && echo "TARGETARCH=-march=$arch" [ "$cpu" != "" ] && echo "TARGETCPU=-mcpu=$cpu" - echo "OPTIMISATIONS=-O3 -pipe -fomit-frame-pointer" + echo "OPTIMISATIONS=-O2 -pipe -fomit-frame-pointer" echo "CFLAGS+=-Wall -fPIC -DPIC \$(TARGETARCH) \$(TARGETCPU) \$(OPTIMISATIONS) \$(MMX_FLAGS) \$(SSE_FLAGS) \$(DEBUG_FLAGS) \$(LARGE_FILE)"