Skip to content

Commit b229197

Browse files
committed
dump rustflags too
1 parent d38a79d commit b229197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patches/0001-Debug-builtins-output.patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ index 9721ddf090c..19a7886f496 100644
1616
let rustc_cfg = str::from_utf8(&out.stdout).unwrap();
1717

1818
+ println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap());
19+
+ println!("cargo::warning=rustflags: {}", env::var("RUSTFLAGS").unwrap());
1920
+ for line in rustc_cfg.lines() {
2021
+ println!("cargo::warning=cfg: {line}");
2122
+ }

0 commit comments

Comments
 (0)