summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-12-01 12:46:37 -0800
committerJohann <johannkoenig@google.com>2017-12-01 14:33:04 -0800
commit65df957df6f930db1252affb6ddeb487cbf6d84e (patch)
tree157ed5684d0a29be21ca8ab1a8588ddbc3e82e8e /build
parent401e00792ff230c01edf8b2cba040de81584adfb (diff)
downloadlibvpx-65df957df6f930db1252affb6ddeb487cbf6d84e.tar
libvpx-65df957df6f930db1252affb6ddeb487cbf6d84e.tar.gz
libvpx-65df957df6f930db1252affb6ddeb487cbf6d84e.tar.bz2
libvpx-65df957df6f930db1252affb6ddeb487cbf6d84e.zip
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
Diffstat (limited to 'build')
-rw-r--r--build/make/configure.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index b4a4fc4e1..d7e40b83f 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1336,7 +1336,6 @@ EOF
esac
log_echo " using $AS"
fi
- [ "${AS##*/}" = nasm ] && add_asflags -Ox
AS_SFX=.asm
case ${tgt_os} in
win32)