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 199dd77 commit cdac947Copy full SHA for cdac947
recipes-devtools/rust/rust_1.75.0.bb
@@ -146,10 +146,6 @@ python do_configure() {
146
rustc = d.expand("${WORKDIR}/rust-snapshot/bin/rustc")
147
config.set("build", "rustc", e(rustc))
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")
154
config.set("build", "cargo", e(cargo))
155
0 commit comments