Skip to content

Commit af277a0

Browse files
committed
makefile fix?
1 parent e1d2070 commit af277a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm_mode/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ ifeq "$(LLVM_LTO)" "1"
197197
endif
198198
endif
199199
else
200-
$(warn -flto is not working (LLVMgold.so not found?), cannot enable LTO mode)
200+
$(warn clang option -flto is not working - maybe LLVMgold.so not found - cannot enable LTO mode)
201201
LLVM_LTO = 0
202202
endif
203203
endif

0 commit comments

Comments
 (0)