mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
configure: clang -Oz for small size build to reduce size further
This commit is contained in:
parent
e7282674a5
commit
b573e3f484
2
configure
vendored
2
configure
vendored
@ -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-)
|
||||
|
Loading…
Reference in New Issue
Block a user