about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-04 14:35:33 +0200
committerGitHub <noreply@github.com>2020-08-04 14:35:33 +0200
commite7f27702757ac922978a4ccbdc5feeafbf902591 (patch)
tree0bd339a9504f7ef2af0ea325de42d90f9f67427e
parent4163f47e09bea05b2570d655c30c1d2a610ce7af (diff)
parentaf277a0b56ce3defb6d3972616eea4a134b8fd86 (diff)
downloadafl++-e7f27702757ac922978a4ccbdc5feeafbf902591.tar.gz
Merge pull request #490 from AFLplusplus/dev
makefile fix?
-rw-r--r--llvm_mode/GNUmakefile2
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