about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorAdam Sunderland <iterion@gmail.com>2023-04-14 17:02:45 -0400
committerAdam Sunderland <adam@kittycad.io>2023-04-14 17:26:48 -0400
commit7a07c749a5d424bad109c8e1601257e7406fe9ae (patch)
tree5e5ff2b63ff05a859daa5043ff2284458fb31c3a /compiler/rustc_codegen_llvm/src
parent276fa294809e914b1d04192392d256814aa5ce1a (diff)
downloadrust-7a07c749a5d424bad109c8e1601257e7406fe9ae.tar.gz
rust-7a07c749a5d424bad109c8e1601257e7406fe9ae.zip
Correct default value for default-linker-libraries
This setting is false by default according to rustc code here:
https://github.com/rust-lang/rust/blob/master/compiler/rustc_session/src/options.rs#L1236

I tested on a project and confirmed that setting this to false has no
effect, the linker flag still appears. Setting it to true removes the
linker flag.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions