summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/rust/rust.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust.inc b/meta/recipes-devtools/rust/rust.inc
index afbda2cb19..a33eb00e25 100644
--- a/meta/recipes-devtools/rust/rust.inc
+++ b/meta/recipes-devtools/rust/rust.inc
@@ -119,6 +119,10 @@ python do_configure() {
119 # Whether or not to optimize the compiler and standard library 119 # Whether or not to optimize the compiler and standard library
120 config.set("rust", "optimize", e(True)) 120 config.set("rust", "optimize", e(True))
121 121
122 # Emits extraneous output from tests to ensure that failures of the test
123 # harness are debuggable just from logfiles
124 config.set("rust", "verbose-tests", e(True))
125
122 # [build] 126 # [build]
123 config.add_section("build") 127 config.add_section("build")
124 config.set("build", "submodules", e(False)) 128 config.set("build", "submodules", e(False))