diff options
author | van Hauser <vh@thc.org> | 2020-07-28 22:25:48 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-28 22:25:48 +0200 |
commit | 015fde3703c7b67ee65d74b0f4b7b68b5d1e4d7e (patch) | |
tree | bf9ebdc2cb72ad2e4269a19fd196ef725aafcf36 | |
parent | 827ecd61f651fcf72d1f155ecf5afc76101dde75 (diff) | |
download | afl++-015fde3703c7b67ee65d74b0f4b7b68b5d1e4d7e.tar.gz |
fix ffmpeg lto example
-rw-r--r-- | llvm_mode/README.lto.md | 2 |
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` |