i686-pc-windows-gnu
executables depend on additional DLL
#71061
Labels
C-bug
Category: This is a bug.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: Get portable executable depending only on
C:/Windows/System32
libraries.Instead, this happened: Since
nightly-2020-03-15
(most likely #67502) building withi686-pc-windows-gnu
target results in executable that depends onlibwinpthread-1.dll
beside typical libraries.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: