diff options
| author | van Hauser <vh@thc.org> | 2020-08-04 14:35:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 14:35:33 +0200 |
| commit | e7f27702757ac922978a4ccbdc5feeafbf902591 (patch) | |
| tree | 0bd339a9504f7ef2af0ea325de42d90f9f67427e | |
| parent | 4163f47e09bea05b2570d655c30c1d2a610ce7af (diff) | |
| parent | af277a0b56ce3defb6d3972616eea4a134b8fd86 (diff) | |
| download | afl++-e7f27702757ac922978a4ccbdc5feeafbf902591.tar.gz | |
Merge pull request #490 from AFLplusplus/dev
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 |
