]> git.sesse.net Git - ffmpeg/commitdiff
configure: clang -Oz for small size build to reduce size further
authorwang-bin <wbsecg1@gmail.com>
Fri, 10 Mar 2017 04:02:13 +0000 (04:02 +0000)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Thu, 16 Mar 2017 19:58:52 +0000 (20:58 +0100)
configure

index 0333210b46e8cbecedda5f06bf51000182da1654..48a53f144b5224a4c160cbe9f2a303283e7e8616 100755 (executable)
--- a/configure
+++ b/configure
@@ -4054,7 +4054,7 @@ probe_cc(){
         _ident=$($_cc --version 2>/dev/null | head -n1)
         _depflags='-MMD -MF $(@:.o=.d) -MT $@'
         _cflags_speed='-O3'
-        _cflags_size='-Os'
+        _cflags_size='-Oz'
     elif $_cc -V 2>&1 | grep -q Sun; then
         _type=suncc
         _ident=$($_cc -V 2>&1 | head -n1 | cut -d' ' -f 2-)