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 d116aea commit 4fe06c1Copy full SHA for 4fe06c1
.appveyor.yml
@@ -1,4 +1,9 @@
1
environment:
2
+ # We don't want to do identical comdat folding as it messes up the ability to
3
+ # generate lossless backtraces in some cases. This is enabled by rustc by
4
+ # default so pass a flag to disable it to ensure our tests work ok.
5
+ RUSTFLAGS: -Clink-args=/OPT:NOICF
6
+
7
matrix:
8
- TARGET: x86_64-pc-windows-msvc
9
0 commit comments