Disable LLVM backend in rustboot; more trouble than it's worth at this point.
This commit is contained in:
parent
e94af48bc9
commit
6cecc93e8d
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ CFG_GCC_CFLAGS :=
|
|||
CFG_GCC_LINK_FLAGS :=
|
||||
CFG_VALGRIND :=
|
||||
|
||||
# Disable the ocaml backend on rustboot. It's too frustrating at this
|
||||
# point.
|
||||
NO_OCAML_LLVM := 1
|
||||
|
||||
CFG_LLVM_CONFIG ?= llvm-config
|
||||
CFG_BOOT_FLAGS := $(FLAGS)
|
||||
CFG_RUSTC_FLAGS := -nowarn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue