shithub: libvpx

Download patch

ref: 65df957df6f930db1252affb6ddeb487cbf6d84e
parent: 401e00792ff230c01edf8b2cba040de81584adfb
author: Johann <[email protected]>
date: Fri Dec 1 07:46:37 EST 2017

nasm defaults to -Ox

No need to specify default behaviour. The original change introducing nasm:
https://chromium.googlesource.com/webm/libvpx/+/7be093ea4d50c8d38438f88cb9fa817c1c9de8dd
mentions requiring 2.0.9, which was the first release to default to this behaviour:
http://www.nasm.us/doc/nasmdoc2.html
"The -Ox mode is recommended for most uses, and is the default since NASM 2.09."

Change-Id: Ia914c4deede5aa447277b5189bb4fcf7e54c338d

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1336,7 +1336,6 @@
         esac
         log_echo "  using $AS"
       fi
-      [ "${AS##*/}" = nasm ] && add_asflags -Ox
       AS_SFX=.asm
       case  ${tgt_os} in
         win32)