Skip to content

Commit 89a3904

Browse files
committed
ci/linux/ffmpeg/oapv: drop -ffat-lto-objects
it was taken from: <https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=openapv-git> but it is unsure what is the advantage, see: <https://stackoverflow.com/questions/13799452/what-is-the-difference-in-gcc-between-lto-and-fat-lto-objects> see gcc man page for definition -> no real advantage observed when used
1 parent fe4f7d5 commit 89a3904

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/scripts/Linux/install_ffmpeg.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ install_nv_codec_headers() (
6969

7070
install_oapv() (
7171
git clone --depth 1 https://github.com/AcademySoftwareFoundation/openapv.git
72-
export CFLAGS='-ffat-lto-objects'
7372
cmake -B openapv/build -S openapv \
7473
-DCMAKE_BUILD_TYPE=Release
7574
cmake --build openapv/build --parallel "$(nproc)"

0 commit comments

Comments
 (0)