]> granicus.if.org Git - libvpx/commitdiff
intel compiler build no longer supports -axSSE2 or -no-prec-div
authorJim Bankoski <jimbankoski@google.com>
Thu, 26 Sep 2013 18:54:57 +0000 (11:54 -0700)
committerJim Bankoski <jimbankoski@google.com>
Thu, 26 Sep 2013 18:54:57 +0000 (11:54 -0700)
Change-Id: Id129cf4021903c554ffdc57bf13df9fbb98f800e

build/make/configure.sh

index bb7ab41105c9966b946a7eed9d0d26c3245fe20a..f3610218b7653ff97090db970710ee1a9f9909d2 100755 (executable)
@@ -1062,7 +1062,7 @@ EOF
                 setup_gnu_toolchain
                 add_cflags -use-msasm -use-asm
                 add_ldflags -i-static
-                enabled x86_64 && add_cflags -ipo -no-prec-div -static -xSSE2 -axSSE2
+                enabled x86_64 && add_cflags -ipo -static -O3
                 enabled x86_64 && AR=xiar
                 case ${tune_cpu} in
                     atom*)