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 ad58e2c commit 1693b81Copy full SHA for 1693b81
src/test/run-make/tools.mk
@@ -1,5 +1,4 @@
1
RUSTC := $(RUSTC) --out-dir $(TMPDIR) -L $(TMPDIR)
2
-CC := $(CC) -L $(TMPDIR)
3
4
RUN = $(TMPDIR)/$(1)
5
FAILS = $(TMPDIR)/$(1) && exit 1 || exit 0
0 commit comments