Skip to content

Commit 42c9ff6

Browse files
authored
Merge pull request torvalds#647 from ojeda/skip-rmeta
rust: skip `.rmeta` generation for leaves
2 parents 06be45c + a52f996 commit 42c9ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ rust_handle_depfile = \
357357

358358
quiet_cmd_rustc_o_rs = $(RUSTC_OR_CLIPPY_QUIET) $(quiet_modtag) $@
359359
cmd_rustc_o_rs = \
360-
$(rust_common_cmd) --emit=dep-info,obj,metadata $<; \
360+
$(rust_common_cmd) --emit=dep-info,obj $<; \
361361
$(rust_handle_depfile)
362362

363363
$(obj)/%.o: $(src)/%.rs FORCE

0 commit comments

Comments
 (0)