]> git.lizzy.rs Git - rust.git/commit
mk: Add -C prefer-dynamic to stage3 libs
authorAlex Crichton <alex@alexcrichton.com>
Thu, 6 Nov 2014 19:29:49 +0000 (11:29 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 6 Nov 2014 19:29:49 +0000 (11:29 -0800)
commitbb5f03b900146d5e7f4fda849a38531d7f124441
treeb21cb93ff3613f9cf7928bb33f70cec99801a32f
parent60a669a1743b845dfa349684ef057bc98ec6d840
mk: Add -C prefer-dynamic to stage3 libs

Right now the windows nightlies are failing because they're encountering a
linker error when producing stage3 libs. The stage3 libs aren't actually used in
general, and we primarily just want to generate a static stage3 binary, not
static stage3 dylibs.
mk/main.mk