Disable lto on win64 gcc portable build for now

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka 2024-11-11 16:46:03 +08:00
parent 30e7ff1c20
commit cda8c4df23

View File

@ -384,7 +384,7 @@ pushd x264
--host=${FF_TOOLCHAIN} \
--cross-prefix=${FF_CROSS_PREFIX} \
--disable-cli \
--enable-{static,lto,strip,pic}
--enable-{static,strip,pic}
make -j$(nproc)
make install
popd
@ -592,7 +592,6 @@ fi
--disable-w32threads \
--enable-pthreads \
--enable-shared \
--enable-lto=auto \
--enable-gpl \
--enable-version3 \
--enable-schannel \