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