From 7b2bcbe68354641a8111b479905275efdcd848a3 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Tue, 19 May 2020 12:25:07 +0200 Subject: [PATCH] chore: disable inconsequential LLVM warning Emacs always stops scrolling at this warning while building --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ccdf15ef91..b885778c9d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -250,7 +250,7 @@ if(LLVM) # that we wish to use and define llvm_libs llvm_map_components_to_libnames(llvm_libs nativecodegen) else() - message(WARNING "Disabling LLVM support. JIT compilation will not be available") + #message(WARNING "Disabling LLVM support. JIT compilation will not be available") endif() if(STATIC)