about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-28 22:25:48 +0200
committervan Hauser <vh@thc.org>2020-07-28 22:25:48 +0200
commit015fde3703c7b67ee65d74b0f4b7b68b5d1e4d7e (patch)
treebf9ebdc2cb72ad2e4269a19fd196ef725aafcf36
parent827ecd61f651fcf72d1f155ecf5afc76101dde75 (diff)
downloadafl++-015fde3703c7b67ee65d74b0f4b7b68b5d1e4d7e.tar.gz
fix ffmpeg lto example
-rw-r--r--llvm_mode/README.lto.md2
1 files changed, 1 insertions, 1 deletions
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`