chore: disable inconsequential LLVM warning
Emacs always stops scrolling at this warning while building
This commit is contained in:
parent
3ffea2dfbd
commit
7b2bcbe683
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue