diff options
author | van Hauser <vh@thc.org> | 2020-08-04 14:20:38 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-04 14:20:38 +0200 |
commit | af277a0b56ce3defb6d3972616eea4a134b8fd86 (patch) | |
tree | 78a136d0525c6141deb1a81e4d1f138deb716c9c | |
parent | e1d20706ca97faf871abc03a9db3b551277d6b3f (diff) | |
download | afl++-af277a0b56ce3defb6d3972616eea4a134b8fd86.tar.gz |
makefile fix?
-rw-r--r-- | llvm_mode/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/GNUmakefile b/llvm_mode/GNUmakefile index 0813af34..a030b910 100644 --- a/llvm_mode/GNUmakefile +++ b/llvm_mode/GNUmakefile @@ -197,7 +197,7 @@ ifeq "$(LLVM_LTO)" "1" endif endif else - $(warn -flto is not working (LLVMgold.so not found?), cannot enable LTO mode) + $(warn clang option -flto is not working - maybe LLVMgold.so not found - cannot enable LTO mode) LLVM_LTO = 0 endif endif |