We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Zunstable-options
split-debuginfo
1 parent 95ba76b commit b060663Copy full SHA for b060663
tests/run-make/split-debuginfo/Makefile
@@ -47,7 +47,7 @@ else # Some non-Windows, non-Darwin platforms are not stable, and some are.
47
# - `.dwo` never created
48
# - `.dwp` never created
49
off:
50
- $(RUSTC) foo.rs -g -C $(UNSTABLEOPTS) split-debuginfo=off
+ $(RUSTC) foo.rs -g $(UNSTABLEOPTS) -C split-debuginfo=off
51
[ ! -f $(TMPDIR)/*.dwp ]
52
[ ! -f $(TMPDIR)/*.dwo ]
53
$(RUSTC) foo.rs -g
0 commit comments