X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=configure;h=42262d71dccb513dfe2a5f99658e05c3aeca1b2f;hb=17a3b486a9b5543e6888aeb3349f542f2e551915;hp=c04e93afecd8abea9e24181bfe2060c30b4f7b32;hpb=7adc0cb10f3df24037ef573579d719f2e3cdf2a7;p=melted diff --git a/configure b/configure index c04e93a..42262d7 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.3.7 +export version=0.3.8 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)"