X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=configure;h=02afe84ec744e981392619215071de1460f6a90a;hb=e693c65b8aeb174d96c87e60fbd50104855fbe6e;hp=2b3e755381a60b2726dcf11edaee3876f6d03ac6;hpb=c4612a42677dd9c1c781ead06461f2be6178cae8;p=melted diff --git a/configure b/configure index 2b3e755..02afe84 100755 --- a/configure +++ b/configure @@ -57,7 +57,7 @@ build_config() [ "$cpu" != "" ] && echo "TARGETARCH=-march=$cpu" && echo "TARGETCPU=-mcpu=$cpu" - echo "OPTIMISATIONS=-O4 -pipe -fomit-frame-pointer" + echo "OPTIMISATIONS=-O3 -pipe -fomit-frame-pointer" echo "CFLAGS+=-Wall -fPIC -DPIC \$(TARGETARCH) \$(TARGETCPU) \$(OPTIMISATIONS) \$(MMX_FLAGS) \$(DEBUG_FLAGS) \$(LARGE_FILE)"