diff options
| -rw-r--r-- | meta/recipes-devtools/rust/rust_1.75.0.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.75.0.bb b/meta/recipes-devtools/rust/rust_1.75.0.bb index ee1ce9e050..76e1fe2d84 100644 --- a/meta/recipes-devtools/rust/rust_1.75.0.bb +++ b/meta/recipes-devtools/rust/rust_1.75.0.bb | |||
| @@ -146,10 +146,6 @@ python do_configure() { | |||
| 146 | rustc = d.expand("${WORKDIR}/rust-snapshot/bin/rustc") | 146 | rustc = d.expand("${WORKDIR}/rust-snapshot/bin/rustc") |
| 147 | config.set("build", "rustc", e(rustc)) | 147 | config.set("build", "rustc", e(rustc)) |
| 148 | 148 | ||
| 149 | # Support for the profiler runtime to generate e.g. coverage report, | ||
| 150 | # PGO etc. | ||
| 151 | config.set("build", "profiler", e(False)) | ||
| 152 | |||
| 153 | cargo = d.expand("${WORKDIR}/rust-snapshot/bin/cargo") | 149 | cargo = d.expand("${WORKDIR}/rust-snapshot/bin/cargo") |
| 154 | config.set("build", "cargo", e(cargo)) | 150 | config.set("build", "cargo", e(cargo)) |
| 155 | 151 | ||
