Commit 0b80a02
authored
Append RUSTFLAGS in CI, don't clobber (#12249)
This fixes an issues where for release binaries we set some `RUSTFLAGS`
for some targets but that was getting clobbered by setting `-Dwarnings`.
This only affects Windows binaries right now and in theory means that
all future Windows binaries will be a bit more portable.1 parent 218ea9b commit 0b80a02
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments