From 015fde3703c7b67ee65d74b0f4b7b68b5d1e4d7e Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 28 Jul 2020 22:25:48 +0200 Subject: [PATCH] fix ffmpeg lto example --- llvm_mode/README.lto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm_mode/README.lto.md b/llvm_mode/README.lto.md index d54d4ee0..a4c969b9 100644 --- a/llvm_mode/README.lto.md +++ b/llvm_mode/README.lto.md @@ -157,7 +157,7 @@ instrument it: when compiling, so we have to trick configure: ``` -./configure --enable-lto --disable-shared +./configure --enable-lto --disable-shared --disable-inline-asm ``` 3. Now the configuration is done - and we edit the settings in `./ffbuild/config.mak`