Skip to content

Commit

Permalink
Enable link time optimization for ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed Dec 18, 2021
1 parent 99b6c47 commit 4992def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CONFIG := --prefix=${TARGET_DIR} \
--disable-libxcb \
--disable-sdl2 \
--disable-xlib \
--enable-lto \
--enable-gpl \
--enable-version3 \
--enable-static \
Expand Down
1 change: 1 addition & 0 deletions docker-build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ fi
--disable-debug \
--disable-doc \
--enable-shared \
--enable-lto \
--enable-gpl \
--enable-version3 \
--enable-schannel \
Expand Down

0 comments on commit 4992def

Please sign in to comment.