We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeffb7 commit a374639Copy full SHA for a374639
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: e94af48bc9d9b2b1bec39368614af14cdb3a296a
+refs/heads/master: 6cecc93e8d0a8203e0c357c4232cb0aa2541a666
trunk/src/Makefile
@@ -23,6 +23,10 @@ CFG_GCC_CFLAGS :=
23
CFG_GCC_LINK_FLAGS :=
24
CFG_VALGRIND :=
25
26
+# Disable the ocaml backend on rustboot. It's too frustrating at this
27
+# point.
28
+NO_OCAML_LLVM := 1
29
+
30
CFG_LLVM_CONFIG ?= llvm-config
31
CFG_BOOT_FLAGS := $(FLAGS)
32
CFG_RUSTC_FLAGS := -nowarn
0 commit comments