File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1629,14 +1629,14 @@ fn build_cmd_with_a_build_cmd() {
1629
1629
[RUNNING] `rustc [..] a/build.rs [..] --extern b=[..]`
1630
1630
[RUNNING] `[..]/a-[..]/build-script-build`
1631
1631
[RUNNING] `rustc --crate-name a [..]lib.rs [..]--crate-type lib \
1632
- --emit=[..]link[..]-C debuginfo=2 \
1632
+ --emit=[..]link[..] \
1633
1633
-C metadata=[..] \
1634
1634
--out-dir [..]target/debug/deps \
1635
1635
-L [..]target/debug/deps`
1636
1636
[COMPILING] foo v0.5.0 ([CWD])
1637
1637
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin \
1638
1638
--emit=[..]link[..]\
1639
- -C debuginfo=2 -C metadata=[..] --out-dir [..] \
1639
+ -C metadata=[..] --out-dir [..] \
1640
1640
-L [..]target/debug/deps \
1641
1641
--extern a=[..]liba[..].rlib`
1642
1642
[RUNNING] `[..]/foo-[..]/build-script-build`
You can’t perform that action at this time.
0 commit comments