-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Issues: rust-lang/rust
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Regression in global_allocator when using prefer-dynamic on 1.71.0 and above
-Cprefer-dynamic
Codegen option: Prefer dynamic linking to static linking.
A-allocators
Area: Custom and system allocators
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#114518
opened Aug 5, 2023 by
alexkornitzer
strip does not work on rust 1.70 binaries
-Cprefer-dynamic
Codegen option: Prefer dynamic linking to static linking.
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
#112187
opened Jun 1, 2023 by
kiap
global_allocator does not work with -C prefer-dynamic
-Cprefer-dynamic
Codegen option: Prefer dynamic linking to static linking.
A-allocators
Area: Custom and system allocators
A-diagnostics
Area: Messages for errors, warnings, and lints
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#100781
opened Aug 19, 2022 by
nicbn
rustc --emit=dep-info -Zbinary-dep-depinfo -C prefer-dynamic=yes misses .so input dep
-Cprefer-dynamic
Codegen option: Prefer dynamic linking to static linking.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#90106
opened Oct 20, 2021 by
fangism
Allow linking against dylibs in LTO mode
-Cprefer-dynamic
Codegen option: Prefer dynamic linking to static linking.
A-linkage
Area: linking into static, shared libraries and binaries
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
#31854
opened Feb 24, 2016 by
comex
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.