Add LTO to AVIF

This commit is contained in:
Ingvar Stepanyan
2020-05-05 20:09:00 +01:00
parent 0c3ef3fdf5
commit 08c267a98b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -e
export OPTIMIZE="-Os"
export export OPTIMIZE="-Os -flto --llvm-lto 1"
export LDFLAGS="${OPTIMIZE}"
export CFLAGS="${OPTIMIZE}"
export CPPFLAGS="${OPTIMIZE}"

View File

@ -2,7 +2,7 @@
set -e
export OPTIMIZE="-Os"
export export OPTIMIZE="-Os -flto --llvm-lto 1"
export LDFLAGS="${OPTIMIZE}"
export CFLAGS="${OPTIMIZE}"
export CPPFLAGS="${OPTIMIZE}"