]> git.lizzy.rs Git - rust.git/commit
Tell the linker when we want to link a static executable
authorSamuel Holland <samuel@sholland.org>
Tue, 22 Aug 2017 21:24:29 +0000 (16:24 -0500)
committerSamuel Holland <samuel@sholland.org>
Tue, 22 Aug 2017 21:24:29 +0000 (16:24 -0500)
commitbab6911f8a118fc342514bd3223158f10c8a8c32
treecac23be5daccf1d3cc6ee52ea1768431b8ce9bf8
parent054f31086814281fc3045bfdcc444344f0faf244
Tell the linker when we want to link a static executable

If the C runtime is linked statically, explicitly tell the linker that
the executable should be static.
src/librustc_trans/back/link.rs
src/librustc_trans/back/linker.rs