]> git.lizzy.rs Git - rust.git/commit
Don't use -Z prefer-dynamic at stage0
authorAlex Crichton <alex@alexcrichton.com>
Tue, 11 Feb 2014 07:06:37 +0000 (23:06 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 11 Feb 2014 07:06:37 +0000 (23:06 -0800)
commit47ece1fa2ceec10f171fe87f789191999e914675
tree3f5e1e8cc8958c1ff6b523d5a536d1e437ca2210
parent19f64b38f7e0dd90745aa9be6c1bd8afe008a705
Don't use -Z prefer-dynamic at stage0

This is blocking a snapshot because the stage0 target compiler comes from a
stage1 host compiler. This means that the stage0 compiler doesn't actually
understand the -Z prefer-dynamic flag and is dying as a result.

This will get added back to stage0 after a snapshot.
Makefile.in