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 3281cd5 commit 514dad1Copy full SHA for 514dad1
collector/benchmarks/crates.io/makefile
@@ -1,8 +1,9 @@
1
.PHONY: all
2
3
# at commit ef1ac581f9c4ea6a906347d43776418acfdbb8ca
4
+# We must only benchmark the lib target because otherwise we can't pass args with CARGO_RUSTC_OPTS
5
6
all:
- $(CARGO) rustc $(CARGO_OPTS) -- $(CARGO_RUSTC_OPTS)
7
+ $(CARGO) rustc $(CARGO_OPTS) --lib -- $(CARGO_RUSTC_OPTS)
8
patches:
9
@echo ''
0 commit comments