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 48b846b commit ec2ec7cCopy full SHA for ec2ec7c
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: e0479c902b0b5a5c521ce4d3bc38c937a80faf21
+refs/heads/master: 3f77e7df6dc2eabd47f3708cacc4124d43e79c77
trunk/Makefile.in
@@ -21,6 +21,10 @@ else
21
CFG_RUSTC_FLAGS := -nowarn -O
22
endif
23
24
+ifdef SAVE_TEMPS
25
+ CFG_RUSTC_FLAGS += -save-temps
26
+endif
27
+
28
# On Darwin, we need to run dsymutil so the debugging information ends
29
# up in the right place. On other platforms, it automatically gets
30
# embedded into the executable, so use a no-op command.
0 commit comments